Interface ArtifactKey

  • All Known Implementing Classes:
    DefaultArtifactKey

    public interface ArtifactKey
    Eclipse/OSGi artifact key. Contains the "coordinates" which identify an artifact in the Eclipse universe.
    • Method Detail

      • getId

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

        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.