org.codehaus.mojo.exec

Class ExecutableDependency

public class ExecutableDependency extends Object

Constructor Summary
ExecutableDependency()
Method Summary
booleanequals(Object o)
StringgetArtifactId()
StringgetGroupId()
inthashCode()
booleanmatches(Artifact artifact)
voidsetArtifactId(String artifactId)
voidsetGroupId(String groupId)
StringtoString()

Constructor Detail

ExecutableDependency

public ExecutableDependency()

Method Detail

equals

public boolean equals(Object o)

getArtifactId

public String getArtifactId()

getGroupId

public String getGroupId()

hashCode

public int hashCode()

matches

public boolean matches(Artifact artifact)

setArtifactId

public void setArtifactId(String artifactId)

setGroupId

public void setGroupId(String groupId)

toString

public String toString()
Copyright © 2005-2009 Codehaus. All Rights Reserved.