org.codehaus.plexus.component.repository
public class ComponentDependency extends Object
Version: $Id: ComponentDependency.java 1569 2005-03-18 21:50:47Z jdcasey $
| Field Summary | |
|---|---|
| String | artifactId |
| static String | DEAULT_DEPENDENCY_TYPE |
| String | groupId |
| String | type |
| String | version |
| Method Summary | |
|---|---|
| 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() |
Returns: Returns the artifactId.
Returns: Returns the groupId.
Returns: Returns the type.
Returns: Returns the version.
Parameters: artifactId The artifactId to set.
Parameters: groupId The groupId to set.
Parameters: type The type to set.
Parameters: version The version to set.