public interface IRepositoryReference
Modifier and Type | Method and Description |
---|---|
URI |
getLocation()
Returns the location of the referenced repository
|
String |
getNickname()
Returns the optional nickname of the referenced repository
|
int |
getOptions()
Returns bit-wise or of option constants (currently either
IRepository.ENABLED or IRepository.NONE ). |
int |
getType()
Returns the type of the referenced repository (currently either
IRepository.TYPE_METADATA
or IRepository.TYPE_ARTIFACT ) |
URI getLocation()
int getType()
IRepository.TYPE_METADATA
or IRepository.TYPE_ARTIFACT
)int getOptions()
IRepository.ENABLED
or IRepository.NONE
).String getNickname()
null
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.