Interface Feature
public interface Feature
Represents an Eclipse Update Site Feature.
The version, bundles and includedFeatures properties may only be accessed
after the feature configuration is complete.
-
Method Details
-
getId
String getId() -
getLabel
String getLabel() -
getVersion
String getVersion() -
getProviderName
String getProviderName() -
getLicense
String getLicense() -
getDescription
String getDescription() -
getCopyright
String getCopyright() -
getPlugin
String getPlugin() -
getBundles
Iterable<BundleArtifact> getBundles() -
getIncludedFeatures
-
getRequiredFeatures
Iterable<Feature.RequiredFeature> getRequiredFeatures()
-