|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.descriptor.model.Dependency
public class Dependency
Definition of a dependency, needed by the plugin at runtime.
| Constructor Summary | |
|---|---|
Dependency()
|
|
| Method Summary | |
|---|---|
String |
getArtifactId()
Get the artifact id of the dependency. |
String |
getGroupId()
Get the group id of the dependency. |
String |
getType()
Get the type of dependency. |
String |
getVersion()
Get the version of the dependency. |
void |
setArtifactId(String artifactId)
Set the artifact id of the dependency. |
void |
setGroupId(String groupId)
Set the group id of the dependency. |
void |
setType(String type)
Set the type of dependency. |
void |
setVersion(String version)
Set the version of the dependency. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dependency()
| Method Detail |
|---|
public String getArtifactId()
public String getGroupId()
public String getType()
public String getVersion()
public void setArtifactId(String artifactId)
artifactId - public void setGroupId(String groupId)
groupId - public void setType(String type)
type - public void setVersion(String version)
version -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||