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 String
getArtifactId()
String
getGroupId()
String
getType()
String
getVersion()
void
setArtifactId(String artifactId)
void
setGroupId(String groupId)
void
setType(String type)
void
setVersion(String version)
String
toString()
-
-
-
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()
-
-