Class ArtifactHandlerImpl
java.lang.Object
org.apache.maven.artifact.handler.ArtifactHandlerImpl
- All Implemented Interfaces:
ArtifactHandler
- Since:
- 3.10.0
- Author:
- Brett Porter, Jason van Zyl
-
Field Summary
FieldsFields inherited from interface org.apache.maven.artifact.handler.ArtifactHandler
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the classifier associated to the dependency type.Deprecated.Get the file extension associated to the file represented by the dependency type.getType()booleanboolean
-
Field Details
-
LANGUAGE_NONE
- See Also:
-
LANGUAGE_JAVA
- See Also:
-
-
Constructor Details
-
ArtifactHandlerImpl
-
-
Method Details
-
getType
-
getExtension
Description copied from interface:ArtifactHandlerGet the file extension associated to the file represented by the dependency type.- Specified by:
getExtensionin interfaceArtifactHandler- Returns:
- the file extension
-
getClassifier
Description copied from interface:ArtifactHandlerGet the classifier associated to the dependency type.- Specified by:
getClassifierin interfaceArtifactHandler- Returns:
- the classifier
-
getDirectory
Deprecated.- Specified by:
getDirectoryin interfaceArtifactHandler
-
getPackaging
- Specified by:
getPackagingin interfaceArtifactHandler
-
isIncludesDependencies
public boolean isIncludesDependencies()- Specified by:
isIncludesDependenciesin interfaceArtifactHandler
-
getLanguage
- Specified by:
getLanguagein interfaceArtifactHandler
-
isAddedToClasspath
public boolean isAddedToClasspath()- Specified by:
isAddedToClasspathin interfaceArtifactHandler
-