public interface IFeatureURL extends IFeatureObject
P_LABEL| Modifier and Type | Method and Description |
|---|---|
void |
addDiscovery(IFeatureURLElement discovery)
Add a URL element that should be used to
discover new Eclipse features.
|
IFeatureURLElement[] |
getDiscoveries()
Return all URL elements that can be used
to discover new Eclipse features.
|
IFeatureURLElement |
getUpdate()
Return URL elements that can be used
to update new Eclipse features.
|
void |
removeDiscovery(IFeatureURLElement discovery)
Remove a URL element that should be used to
discover new Eclipse features.
|
void |
setUpdate(IFeatureURLElement update)
Sets a URL element that should be used to
update Eclipse features.
|
getFeature, getLabel, getModel, getParent, getTranslatableLabel, isInTheModel, setLabelgetAdaptervoid addDiscovery(IFeatureURLElement discovery) throws CoreException
discovery - a new discovery URL elementCoreExceptionvoid setUpdate(IFeatureURLElement update) throws CoreException
update - a new update URL element or nullCoreExceptionIFeatureURLElement[] getDiscoveries()
IFeatureURLElement getUpdate()
void removeDiscovery(IFeatureURLElement discovery) throws CoreException
discovery - a discovery URL element to removeCoreException