Package japicmp.maven

Class Dependency

java.lang.Object
japicmp.maven.Dependency
All Implemented Interfaces:
DependencyDescriptor

public class Dependency extends Object implements DependencyDescriptor
  • Field Details

    • groupId

      private String groupId
    • artifactId

      private String artifactId
    • version

      private String version
    • scope

      private String scope
    • systemPath

      private String systemPath
    • classifier

      private String classifier
    • type

      private String type
  • Constructor Details

    • Dependency

      public Dependency()
  • Method Details

    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getArtifactId

      public String getArtifactId()
    • setArtifactId

      public void setArtifactId(String artifactId)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getSystemPath

      public String getSystemPath()
    • setSystemPath

      public void setSystemPath(String systemPath)
    • getClassifier

      public String getClassifier()
    • setClassifier

      public void setClassifier(String classifier)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • toString

      public String toString()
      Overrides:
      toString in class Object