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 ArtifactHandler
ROLE -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LANGUAGE_NONE
- See Also:
-
LANGUAGE_JAVA
- See Also:
-
-
Constructor Details
-
ArtifactHandlerImpl
-
-
Method Details
-
getType
-
getExtension
- Specified by:
getExtensionin interfaceArtifactHandler
-
getClassifier
- Specified by:
getClassifierin interfaceArtifactHandler
-
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
-