public static interface IPlatformConfiguration.IFeatureEntry
Modifier and Type | Method and Description |
---|---|
boolean |
canBePrimary()
Returns an indication whether this feature has been defined
to act as a primary feature.
|
String |
getFeatureApplication()
Returns the application to run when this feature is the
primary feature.
|
String |
getFeatureIdentifier()
Returns feature identifier.
|
String |
getFeaturePluginIdentifier()
Returns the identifier of the feature plug-in for this feature entry.
|
String |
getFeaturePluginVersion()
Returns the version of the feature plug-in for this feature
entry.
|
URL[] |
getFeatureRootURLs()
Returns URLs to the feature "root" locations.
|
String |
getFeatureVersion()
Returns the currently configured version for the feature.
|
String getFeatureIdentifier()
String getFeatureVersion()
null
String getFeaturePluginIdentifier()
null
. Also, if supplied, there is no guarantee that the
plugin will in fact be loaded into the plug-in registry at runtime
(due to rules and constraint checking performed by the registry
loading support). Consequently code making use of this method must
handle these conditions.null
String getFeaturePluginVersion()
null
. Also, if supplied, there is no guarantee that the
plugin will in fact be loaded into the plug-in registry at runtime
(due to rules and constraint checking performed by the registry
loading support). Consequently code making use of this method must
handle these conditions.null
String getFeatureApplication()
null
URL[] getFeatureRootURLs()
boolean canBePrimary()
true
if the feature can be primary,
false
otherwise.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.