|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.Dependency
public class Dependency
Class Dependency.
| Constructor Summary | |
|---|---|
Dependency()
|
|
| Method Summary | |
|---|---|
void |
addExclusion(Exclusion exclusion)
Method addExclusion |
java.lang.String |
getArtifactId()
Method getArtifactId |
java.lang.String |
getClassifier()
Method getClassifier |
java.util.List |
getExclusions()
Method getExclusions |
java.lang.String |
getGroupId()
Method getGroupId |
java.lang.String |
getManagementKey()
|
java.lang.String |
getScope()
Method getScope |
java.lang.String |
getSystemPath()
Method getSystemPath |
java.lang.String |
getType()
Method getType |
java.lang.String |
getVersion()
Method getVersion |
boolean |
isOptional()
Method isOptional |
void |
removeExclusion(Exclusion exclusion)
Method removeExclusion |
void |
setArtifactId(java.lang.String artifactId)
Method setArtifactId |
void |
setClassifier(java.lang.String classifier)
Method setClassifier |
void |
setExclusions(java.util.List exclusions)
Method setExclusions |
void |
setGroupId(java.lang.String groupId)
Method setGroupId |
void |
setOptional(boolean optional)
Method setOptional |
void |
setScope(java.lang.String scope)
Method setScope |
void |
setSystemPath(java.lang.String systemPath)
Method setSystemPath |
void |
setType(java.lang.String type)
Method setType |
void |
setVersion(java.lang.String version)
Method setVersion |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Dependency()
| Method Detail |
|---|
public void addExclusion(Exclusion exclusion)
exclusion - public java.lang.String getArtifactId()
public java.lang.String getClassifier()
public java.util.List getExclusions()
public java.lang.String getGroupId()
public java.lang.String getScope()
public java.lang.String getSystemPath()
public java.lang.String getType()
public java.lang.String getVersion()
public boolean isOptional()
public void removeExclusion(Exclusion exclusion)
exclusion - public void setArtifactId(java.lang.String artifactId)
artifactId - public void setClassifier(java.lang.String classifier)
classifier - public void setExclusions(java.util.List exclusions)
exclusions - public void setGroupId(java.lang.String groupId)
groupId - public void setOptional(boolean optional)
optional - public void setScope(java.lang.String scope)
scope - public void setSystemPath(java.lang.String systemPath)
systemPath - public void setType(java.lang.String type)
type - public void setVersion(java.lang.String version)
version - public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getManagementKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||