Uses of Interface
org.osgi.service.feature.FeatureArtifact
-
Packages that use FeatureArtifact Package Description org.osgi.service.feature Feature Package Version 1.0. -
-
Uses of FeatureArtifact in org.osgi.service.feature
Methods in org.osgi.service.feature that return FeatureArtifact Modifier and Type Method Description FeatureArtifact
FeatureArtifactBuilder. build()
Build the Artifact object.Methods in org.osgi.service.feature that return types with arguments of type FeatureArtifact Modifier and Type Method Description java.util.List<FeatureArtifact>
FeatureExtension. getArtifacts()
Get the Artifacts from this extension.Methods in org.osgi.service.feature with parameters of type FeatureArtifact Modifier and Type Method Description FeatureExtensionBuilder
FeatureExtensionBuilder. addArtifact(FeatureArtifact artifact)
Add an Artifact to the extension.
-