Class ComponentDependency

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

public final class ComponentDependency extends Object
  • Constructor Details

    • ComponentDependency

      public ComponentDependency()
  • Method Details

    • 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