Class ComponentDependency
- java.lang.Object
-
- org.codehaus.plexus.component.repository.ComponentDependency
-
public final class ComponentDependency extends Object
-
-
Constructor Summary
Constructors Constructor Description ComponentDependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()StringgetGroupId()StringgetType()StringgetVersion()voidsetArtifactId(String artifactId)voidsetGroupId(String groupId)voidsetType(String type)voidsetVersion(String version)StringtoString()
-
-
-
Method Detail
-
setGroupId
public void setGroupId(String groupId)
-
setArtifactId
public void setArtifactId(String artifactId)
-
setVersion
public void setVersion(String version)
-
setType
public void setType(String type)
-
getGroupId
public String getGroupId()
-
getArtifactId
public String getArtifactId()
-
getVersion
public String getVersion()
-
getType
public String getType()
-
-