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.String
artifactId
private static java.lang.String
DEAULT_DEPENDENCY_TYPE
private java.lang.String
groupId
private java.lang.String
type
private java.lang.String
version
-
Constructor Summary
Constructors Constructor Description ComponentDependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getArtifactId()
java.lang.String
getGroupId()
java.lang.String
getType()
java.lang.String
getVersion()
void
setArtifactId(java.lang.String artifactId)
void
setGroupId(java.lang.String groupId)
void
setType(java.lang.String type)
void
setVersion(java.lang.String version)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-