Interface ArtifactKey

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Eclipse/OSGi artifact id (bundle symbolic name, feature id, etc).
      java.lang.String getType()
      Artifact type.
      java.lang.String getVersion()
      Eclipse/OSGi artifact version.
    • Method Detail

      • getType

        java.lang.String getType()
        Artifact type. Should be one of the ArtifactType constants.
      • getId

        java.lang.String getId()
        Eclipse/OSGi artifact id (bundle symbolic name, feature id, etc). Can differ from Maven artifactId.
      • getVersion

        java.lang.String getVersion()
        Eclipse/OSGi artifact version. Can differ from Maven version. For maven projects, this version corresponds to version specified in the project sources and does not reflect qualifier expansion.