Class ComponentDependency
- java.lang.Object
-
- org.codehaus.plexus.component.repository.ComponentDependency
-
public class ComponentDependency extends java.lang.Object- Version:
- $Id: ComponentDependency.java 4796 2006-11-23 21:24:11Z jvanzyl $
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringartifactIdprivate static java.lang.StringDEAULT_DEPENDENCY_TYPEprivate java.lang.StringgroupIdprivate java.lang.Stringtypeprivate java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description ComponentDependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetArtifactId()java.lang.StringgetGroupId()java.lang.StringgetType()java.lang.StringgetVersion()voidsetArtifactId(java.lang.String artifactId)voidsetGroupId(java.lang.String groupId)voidsetType(java.lang.String type)voidsetVersion(java.lang.String version)java.lang.StringtoString()
-
-
-
Field Detail
-
DEAULT_DEPENDENCY_TYPE
private static final java.lang.String DEAULT_DEPENDENCY_TYPE
- See Also:
- Constant Field Values
-
groupId
private java.lang.String groupId
-
artifactId
private java.lang.String artifactId
-
type
private java.lang.String type
-
version
private java.lang.String version
-
-
Method Detail
-
getArtifactId
public java.lang.String getArtifactId()
-
setArtifactId
public void setArtifactId(java.lang.String artifactId)
-
getGroupId
public java.lang.String getGroupId()
-
setGroupId
public void setGroupId(java.lang.String groupId)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getVersion
public java.lang.String getVersion()
-
setVersion
public void setVersion(java.lang.String version)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-