类 ExecutableDependency

java.lang.Object
com.baidu.jprotobuf.mojo.ExecutableDependency

public class ExecutableDependency extends Object

ExecutableDependency class.

  • 构造器详细资料

    • ExecutableDependency

      public ExecutableDependency()
  • 方法详细资料

    • getGroupId

      public String getGroupId()

      Getter for the field groupId.

      返回:
      a String object.
    • setGroupId

      public void setGroupId(String groupId)

      Setter for the field groupId.

      参数:
      groupId - a String object.
    • getArtifactId

      public String getArtifactId()

      Getter for the field artifactId.

      返回:
      a String object.
    • setArtifactId

      public void setArtifactId(String artifactId)

      Setter for the field artifactId.

      参数:
      artifactId - a String object.
    • matches

      public boolean matches(org.apache.maven.artifact.Artifact artifact)

      Matches the groupId and artifactId.

      参数:
      artifact - a Artifact object.
      返回:
      true if both math, false otherwise.
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object