FeatureBuilder |
FeatureBuilder.addBundles(FeatureBundle... bundles) |
Add Bundles to the Feature.
|
FeatureBuilder |
FeatureBuilder.addCategories(java.lang.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(java.lang.String key,
java.lang.Object defaultValue) |
Add a variable to the Feature.
|
FeatureBuilder |
FeatureBuilder.addVariables(java.util.Map<java.lang.String,java.lang.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(java.lang.String description) |
Set the Feature Description.
|
FeatureBuilder |
FeatureBuilder.setDocURL(java.lang.String docURL) |
Set the documentation URL.
|
FeatureBuilder |
FeatureBuilder.setLicense(java.lang.String license) |
Set the License.
|
FeatureBuilder |
FeatureBuilder.setName(java.lang.String name) |
Set the Feature Name.
|
FeatureBuilder |
FeatureBuilder.setSCM(java.lang.String scm) |
Set the SCM information.
|
FeatureBuilder |
FeatureBuilder.setVendor(java.lang.String vendor) |
Set the Vendor.
|