Interface VersionQualifierMap
public interface VersionQualifierMap
-
Method Summary
Modifier and TypeMethodDescriptiongetQualifier(String type, String name, org.osgi.framework.Version version, String ident) Get the qualifier to use for a specific artifact.
-
Method Details
-
getQualifier
Get the qualifier to use for a specific artifact.- Parameters:
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- Returns:
- the qualifier to use
-