Uses of Interface
org.osgi.service.feature.ID
-
Packages that use ID Package Description org.osgi.service.feature Feature Package Version 1.0. -
-
Uses of ID in org.osgi.service.feature
Methods in org.osgi.service.feature that return ID Modifier and Type Method Description IDFeature. getID()Get the Feature's ID.IDFeatureArtifact. getID()Get the artifact's ID.IDFeatureBundle. getID()Get the bundle's ID.IDFeatureService. getID(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)Obtain an ID.IDFeatureService. getID(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String type)Obtain an ID.IDFeatureService. getID(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String type, java.lang.String classifier)Obtain an ID.IDFeatureService. getIDfromMavenCoordinates(java.lang.String coordinates)Obtain an ID from a Maven Coordinates formatted string.Methods in org.osgi.service.feature with parameters of type ID Modifier and Type Method Description FeatureArtifactBuilderBuilderFactory. newArtifactBuilder(ID id)Obtain a new builder for Artifact objects.FeatureBundleBuilderBuilderFactory. newBundleBuilder(ID id)Obtain a new builder for Bundle objects.FeatureBuilderBuilderFactory. newFeatureBuilder(ID id)Obtain a new builder for Feature objects.
-