Class DefaultType

java.lang.Object
org.apache.maven.internal.impl.DefaultType
All Implemented Interfaces:
Type, org.eclipse.aether.artifact.ArtifactType

public class DefaultType extends Object implements Type, org.eclipse.aether.artifact.ArtifactType
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface org.eclipse.aether.artifact.ArtifactType
      Specified by:
      getId in interface Type
    • getExtension

      public String getExtension()
      Specified by:
      getExtension in interface org.eclipse.aether.artifact.ArtifactType
      Specified by:
      getExtension in interface Type
    • getClassifier

      public String getClassifier()
      Specified by:
      getClassifier in interface org.eclipse.aether.artifact.ArtifactType
      Specified by:
      getClassifier in interface Type
    • getDependencyProperties

      public DependencyProperties getDependencyProperties()
      Specified by:
      getDependencyProperties in interface Type
    • getProperties

      public Map<String,String> getProperties()
      Specified by:
      getProperties in interface org.eclipse.aether.artifact.ArtifactType