Interface VersionQualifierMap


public interface VersionQualifierMap
  • Method Summary

    Modifier and Type
    Method
    Description
    getQualifier(String type, String name, org.osgi.framework.Version version, String ident)
    Get the qualifier to use for a specific artifact.
  • Method Details

    • getQualifier

      String getQualifier(String type, String name, org.osgi.framework.Version version, String ident)
      Get the qualifier to use for a specific artifact.
      Parameters:
      type - the artifact type, e.g. bundle or feature
      name - the artifact name
      version - the artifact version
      ident - the identifier for a specific instance of the artifact, e.g. the bnd configuration hash
      Returns:
      the qualifier to use