Class ComponentDependency

java.lang.Object
org.codehaus.plexus.component.repository.ComponentDependency

public class ComponentDependency extends Object
Version:
$Id: ComponentDependency.java 4796 2006-11-23 21:24:11Z jvanzyl $
  • Field Details

  • Constructor Details

    • ComponentDependency

      public ComponentDependency()
  • Method Details

    • getArtifactId

      public String getArtifactId()
    • setArtifactId

      public void setArtifactId(String artifactId)
    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • toString

      public String toString()
      Overrides:
      toString in class Object