org.codehaus.plexus.component.repository
Class ComponentDependency
java.lang.Object
org.codehaus.plexus.component.repository.ComponentDependency
public final class ComponentDependency
- extends Object
ComponentDependency
public ComponentDependency()
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()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.