org.codehaus.mojo.exec
Class ExecutableDependency

java.lang.Object
  extended by org.codehaus.mojo.exec.ExecutableDependency

public class ExecutableDependency
extends Object

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(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

ExecutableDependency

public ExecutableDependency()
Method Detail

getGroupId

public String getGroupId()

Getter for the field groupId.

Returns:
a String object.

setGroupId

public void setGroupId(String groupId)

Setter for the field groupId.

Parameters:
groupId - a String object.

getArtifactId

public String getArtifactId()

Getter for the field artifactId.

Returns:
a String object.

setArtifactId

public void setArtifactId(String artifactId)

Setter for the field artifactId.

Parameters:
artifactId - a String object.

matches

public boolean matches(Artifact artifact)

Matches the groupId and artifactId.

Parameters:
artifact - a Artifact object.
Returns:
true if both math, false otherwise.

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-2012 Codehaus. All Rights Reserved.