Uses of Interface
org.osgi.service.feature.FeatureArtifactBuilder
-
Packages that use FeatureArtifactBuilder Package Description org.osgi.service.feature Feature Package Version 1.0. -
-
Uses of FeatureArtifactBuilder in org.osgi.service.feature
Methods in org.osgi.service.feature that return FeatureArtifactBuilder Modifier and Type Method Description FeatureArtifactBuilder
FeatureArtifactBuilder. addMetadata(java.lang.String key, java.lang.Object value)
Add metadata for this Artifact.FeatureArtifactBuilder
FeatureArtifactBuilder. addMetadata(java.util.Map<java.lang.String,java.lang.Object> metadata)
Add metadata for this Artifact by providing a map.FeatureArtifactBuilder
BuilderFactory. newArtifactBuilder(ID id)
Obtain a new builder for Artifact objects.
-