|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.mojo.exec.ExecutableDependency
public class ExecutableDependency
ExecutableDependency class.
| Constructor Summary | |
|---|---|
ExecutableDependency()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getArtifactId()
Getter for the field artifactId. |
String |
getGroupId()
Getter for the field groupId. |
int |
hashCode()
|
boolean |
matches(org.apache.maven.artifact.Artifact artifact)
Matches the groupId and artifactId. |
void |
setArtifactId(String artifactId)
Setter for the field artifactId. |
void |
setGroupId(String groupId)
Setter for the field groupId. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutableDependency()
| Method Detail |
|---|
public String getGroupId()
Getter for the field groupId.
String object.public void setGroupId(String groupId)
Setter for the field groupId.
groupId - a String object.public String getArtifactId()
Getter for the field artifactId.
String object.public void setArtifactId(String artifactId)
Setter for the field artifactId.
artifactId - a String object.public boolean matches(org.apache.maven.artifact.Artifact artifact)
Matches the groupId and artifactId.
artifact - a Artifact object.
true if both math, false otherwise.public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||