public interface VersionQualifierMap
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQualifier(java.lang.String type,
java.lang.String name,
org.osgi.framework.Version version,
java.lang.String ident)
Get the qualifier to use for a specific artifact.
|
java.lang.String getQualifier(java.lang.String type,
java.lang.String name,
org.osgi.framework.Version version,
java.lang.String ident)
type - the artifact type, e.g. bundle or featurename - the artifact nameversion - the artifact versionident - the identifier for a specific instance of the artifact, e.g. the bnd configuration hash