Package org.apache.maven.internal.impl
Class DefaultType
java.lang.Object
org.apache.maven.internal.impl.DefaultType
- All Implemented Interfaces:
Type,org.eclipse.aether.artifact.ArtifactType
-
Field Summary
Fields inherited from interface org.apache.maven.api.Type
LANGUAGE_JAVA, LANGUAGE_NONE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultType(String id, String language, String extension, String classifier, DependencyProperties dependencyProperties) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.Type
isAddedToClassPath, isIncludesDependencies
-
Constructor Details
-
DefaultType
public DefaultType(String id, String language, String extension, String classifier, DependencyProperties dependencyProperties)
-
-
Method Details
-
getId
-
getLanguage
- Specified by:
getLanguagein interfaceType
-
getExtension
- Specified by:
getExtensionin interfaceorg.eclipse.aether.artifact.ArtifactType- Specified by:
getExtensionin interfaceType
-
getClassifier
- Specified by:
getClassifierin interfaceorg.eclipse.aether.artifact.ArtifactType- Specified by:
getClassifierin interfaceType
-
getDependencyProperties
- Specified by:
getDependencyPropertiesin interfaceType
-
getProperties
- Specified by:
getPropertiesin interfaceorg.eclipse.aether.artifact.ArtifactType
-