public interface VersionQualifierMap
| Type Params | Return Type | Name and description |
|---|---|---|
|
public 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. |
Get the qualifier to use for a specific artifact.
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