Class DefaultType
java.lang.Object
org.apache.maven.impl.resolver.type.DefaultType
- All Implemented Interfaces:
org.apache.maven.api.ExtensibleEnum,org.apache.maven.api.Type,org.eclipse.aether.artifact.ArtifactType
public class DefaultType
extends Object
implements org.apache.maven.api.Type, org.eclipse.aether.artifact.ArtifactType
Default implementation of
Type and Resolver ArtifactType.- Since:
- 4.0.0
-
Field Summary
Fields inherited from interface org.apache.maven.api.Type
BOM, CLASSPATH_JAR, CLASSPATH_PROCESSOR, FATJAR, JAR, JAVA_SOURCE, JAVADOC, MAVEN_PLUGIN, MODULAR_JAR, MODULAR_PROCESSOR, POM, PROCESSOR, TEST_JAR, TEST_JAVA_SOURCE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultType(String id, org.apache.maven.api.Language language, String extension, String classifier, boolean includesDependencies, org.apache.maven.api.PathType... pathTypes) -
Method Summary
-
Constructor Details
-
DefaultType
-
-
Method Details
-
id
- Specified by:
idin interfaceorg.apache.maven.api.ExtensibleEnum- Specified by:
idin interfaceorg.apache.maven.api.Type
-
getId
- Specified by:
getIdin interfaceorg.eclipse.aether.artifact.ArtifactType
-
getLanguage
public org.apache.maven.api.Language getLanguage()- Specified by:
getLanguagein interfaceorg.apache.maven.api.Type
-
getExtension
- Specified by:
getExtensionin interfaceorg.eclipse.aether.artifact.ArtifactType- Specified by:
getExtensionin interfaceorg.apache.maven.api.Type
-
getClassifier
- Specified by:
getClassifierin interfaceorg.eclipse.aether.artifact.ArtifactType- Specified by:
getClassifierin interfaceorg.apache.maven.api.Type
-
isIncludesDependencies
public boolean isIncludesDependencies()- Specified by:
isIncludesDependenciesin interfaceorg.apache.maven.api.Type
-
getPathTypes
- Specified by:
getPathTypesin interfaceorg.apache.maven.api.Type
-
getProperties
- Specified by:
getPropertiesin interfaceorg.eclipse.aether.artifact.ArtifactType
-
toString
-