Class DefaultArtifactKey

    • Constructor Detail

      • DefaultArtifactKey

        public DefaultArtifactKey​(String type,
                                  String id,
                                  String version)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getId

        public String getId()
        Eclipse/OSGi artifact id. Can differ from Maven artifactId.
        Specified by:
        getId in interface ArtifactKey
      • getVersion

        public 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.
        Specified by:
        getVersion in interface ArtifactKey