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 FeatureArtifactBuilderFeatureArtifactBuilder. addMetadata(java.lang.String key, java.lang.Object value)Add metadata for this Artifact.FeatureArtifactBuilderFeatureArtifactBuilder. addMetadata(java.util.Map<java.lang.String,java.lang.Object> metadata)Add metadata for this Artifact by providing a map.FeatureArtifactBuilderBuilderFactory. newArtifactBuilder(ID id)Obtain a new builder for Artifact objects.
-