Class Artifact


  • public class Artifact
    extends Object
    Represents one artifact (normally a jar file). Decouples the plugin's model and the Aether model.
    Since:
    1.1.0
    Author:
    Tom Bujok (tom.bujok@gmail.com)
    Reficio (TM) - Reestablish your software!
    http://www.reficio.org
    • Method Detail

      • getGroupId

        public String getGroupId()
      • getArtifactId

        public String getArtifactId()
      • getBaseVersion

        public String getBaseVersion()
      • getExtension

        public String getExtension()
      • getClassifier

        public String getClassifier()
      • isSnapshot

        public boolean isSnapshot()
      • getVersion

        public String getVersion()
      • getFile

        public File getFile()
      • getShortId

        public String getShortId()
      • getExtendedId

        public String getExtendedId()
      • getLongId

        public String getLongId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object