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.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.lang.Iterable<BundleArtifact> |
getBundles() |
|
public java.lang.String |
getId() |
|
public java.lang.Iterable<Feature> |
getIncludedFeatures() |
|
public java.lang.String |
getLabel() |
|
public java.lang.String |
getLicense() |
|
public java.lang.String |
getProviderName() |
|
public java.lang.String |
getVersion() |