Uses of Interface
org.osgi.service.feature.ID
Packages that use ID
-
Uses of ID in org.osgi.service.feature
Methods in org.osgi.service.feature that return IDModifier and TypeMethodDescriptionFeature.getID()
Get the Feature's ID.FeatureArtifact.getID()
Get the artifact's ID.FeatureBundle.getID()
Get the bundle's ID.Obtain an ID.Obtain an ID.FeatureService.getID
(String groupId, String artifactId, String version, String type, String classifier) Obtain an ID.FeatureService.getIDfromMavenCoordinates
(String coordinates) Obtain an ID from a Maven Coordinates formatted string.Methods in org.osgi.service.feature with parameters of type IDModifier and TypeMethodDescriptionBuilderFactory.newArtifactBuilder
(ID id) Obtain a new builder for Artifact objects.BuilderFactory.newBundleBuilder
(ID id) Obtain a new builder for Bundle objects.BuilderFactory.newFeatureBuilder
(ID id) Obtain a new builder for Feature objects.