Uses of Interface
org.osgi.service.feature.FeatureBuilder
-
Uses of FeatureBuilder in org.osgi.service.feature
Modifier and TypeMethodDescriptionFeatureBuilder.addBundles
(FeatureBundle... bundles) Add Bundles to the Feature.FeatureBuilder.addCategories
(String... categories) Adds one or more categories to the Feature.FeatureBuilder.addConfigurations
(FeatureConfiguration... configs) Add Configurations to the Feature.FeatureBuilder.addExtensions
(FeatureExtension... extensions) Add Extensions to the FeatureFeatureBuilder.addVariable
(String key, Object defaultValue) Add a variable to the Feature.FeatureBuilder.addVariables
(Map<String, Object> variables) Add a map of variables to the Feature.BuilderFactory.newFeatureBuilder
(ID id) Obtain a new builder for Feature objects.FeatureBuilder.setComplete
(boolean complete) Set the Feature Complete flag.FeatureBuilder.setDescription
(String description) Set the Feature Description.Set the documentation URL.FeatureBuilder.setLicense
(String license) Set the License.Set the Feature Name.Set the SCM information.Set the Vendor.