|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.war.util.DependencyInfo
public class DependencyInfo
Holds a dependency and packaging information.
Constructor Summary | |
---|---|
DependencyInfo(Dependency dependency)
Creates a new instance. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Dependency |
getDependency()
Returns the dependency. |
String |
getTargetFileName()
Returns the target filen ame of the dependency. |
int |
hashCode()
|
void |
setTargetFileName(String targetFileName)
Sets the target file name. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DependencyInfo(Dependency dependency)
dependency
- the dependencyMethod Detail |
---|
public Dependency getDependency()
public String getTargetFileName()
public void setTargetFileName(String targetFileName)
targetFileName
- the target file namepublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |