Package | Description |
---|---|
org.osgi.service.feature |
Feature Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
ID |
FeatureBundle.getID()
Get the bundle's ID.
|
ID |
Feature.getID()
Get the Feature's ID.
|
ID |
FeatureArtifact.getID()
Get the artifact's ID.
|
ID |
FeatureService.getID(String groupId,
String artifactId,
String version)
Obtain an ID.
|
ID |
FeatureService.getID(String groupId,
String artifactId,
String version,
String type)
Obtain an ID.
|
ID |
FeatureService.getID(String groupId,
String artifactId,
String version,
String type,
String classifier)
Obtain an ID.
|
ID |
FeatureService.getIDfromMavenCoordinates(String coordinates)
Obtain an ID from a Maven Coordinates formatted string.
|
Modifier and Type | Method and Description |
---|---|
FeatureArtifactBuilder |
BuilderFactory.newArtifactBuilder(ID id)
Obtain a new builder for Artifact objects.
|
FeatureBundleBuilder |
BuilderFactory.newBundleBuilder(ID id)
Obtain a new builder for Bundle objects.
|
FeatureBuilder |
BuilderFactory.newFeatureBuilder(ID id)
Obtain a new builder for Feature objects.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0