Class ModelUtils.LibraryDescriptor

java.lang.Object
org.netbeans.modules.maven.api.ModelUtils.LibraryDescriptor
Enclosing class:
ModelUtils

public static final class ModelUtils.LibraryDescriptor extends Object
  • Method Details

    • getArtifactId

      public String getArtifactId()
    • getClassifier

      public String getClassifier()
      May return null.
    • getGroupId

      public String getGroupId()
    • getRepoRoot

      @Deprecated public String getRepoRoot()
      Deprecated.
    • getRepoType

      @Deprecated public String getRepoType()
      Deprecated.
    • getVersion

      public String getVersion()
    • getType

      public String getType()
    • toString

      public String toString()
      Overrides:
      toString in class Object