Class ArtifactHandlerImpl
java.lang.Object
org.apache.maven.artifact.handler.ArtifactHandlerImpl
- All Implemented Interfaces:
org.apache.maven.artifact.handler.ArtifactHandler
public final class ArtifactHandlerImpl
extends Object
implements org.apache.maven.artifact.handler.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
-
Field Details
-
LANGUAGE_NONE
- See Also:
-
LANGUAGE_JAVA
- See Also:
-
-
Constructor Details
-
ArtifactHandlerImpl
-
-
Method Details
-
getType
-
getExtension
- Specified by:
getExtensionin interfaceorg.apache.maven.artifact.handler.ArtifactHandler
-
getClassifier
- Specified by:
getClassifierin interfaceorg.apache.maven.artifact.handler.ArtifactHandler
-
getDirectory
Deprecated.- Specified by:
getDirectoryin interfaceorg.apache.maven.artifact.handler.ArtifactHandler
-
getPackaging
- Specified by:
getPackagingin interfaceorg.apache.maven.artifact.handler.ArtifactHandler
-
isIncludesDependencies
public boolean isIncludesDependencies()- Specified by:
isIncludesDependenciesin interfaceorg.apache.maven.artifact.handler.ArtifactHandler
-
getLanguage
- Specified by:
getLanguagein interfaceorg.apache.maven.artifact.handler.ArtifactHandler
-
isAddedToClasspath
public boolean isAddedToClasspath()- Specified by:
isAddedToClasspathin interfaceorg.apache.maven.artifact.handler.ArtifactHandler
-