public interface IRepositoryReference
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getLocation()
Returns the location of the referenced repository
|
java.lang.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) |
java.net.URI getLocation()
int getType()
IRepository.TYPE_METADATA
or IRepository.TYPE_ARTIFACT)int getOptions()
IRepository.ENABLED or IRepository.NONE).java.lang.String getNickname()
null
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.