Package | Description |
---|---|
org.osgi.service.feature |
Feature Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
FeatureBuilder |
FeatureBuilder.addBundles(FeatureBundle... bundles)
Add Bundles to the Feature.
|
FeatureBuilder |
FeatureBuilder.addCategories(String... categories)
Adds one or more categories to the Feature.
|
FeatureBuilder |
FeatureBuilder.addConfigurations(FeatureConfiguration... configs)
Add Configurations to the Feature.
|
FeatureBuilder |
FeatureBuilder.addExtensions(FeatureExtension... extensions)
Add Extensions to the Feature
|
FeatureBuilder |
FeatureBuilder.addVariable(String key,
Object defaultValue)
Add a variable to the Feature.
|
FeatureBuilder |
FeatureBuilder.addVariables(Map<String,Object> variables)
Add a map of variables to the Feature.
|
FeatureBuilder |
BuilderFactory.newFeatureBuilder(ID id)
Obtain a new builder for Feature objects.
|
FeatureBuilder |
FeatureBuilder.setComplete(boolean complete)
Set the Feature Complete flag.
|
FeatureBuilder |
FeatureBuilder.setDescription(String description)
Set the Feature Description.
|
FeatureBuilder |
FeatureBuilder.setDocURL(String docURL)
Set the documentation URL.
|
FeatureBuilder |
FeatureBuilder.setLicense(String license)
Set the License.
|
FeatureBuilder |
FeatureBuilder.setName(String name)
Set the Feature Name.
|
FeatureBuilder |
FeatureBuilder.setSCM(String scm)
Set the SCM information.
|
FeatureBuilder |
FeatureBuilder.setVendor(String vendor)
Set the Vendor.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0