org.codehaus.mojo.exec
Class ExecutableDependency
java.lang.Object
org.codehaus.mojo.exec.ExecutableDependency
public class ExecutableDependency
- extends Object
ExecutableDependency
public ExecutableDependency()
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
matches
public boolean matches(org.apache.maven.artifact.Artifact artifact)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2005-2011 Codehaus. All Rights Reserved.