Class ProjectArtifact.PomArtifactHandler
java.lang.Object
org.apache.maven.project.artifact.ProjectArtifact.PomArtifactHandler
- All Implemented Interfaces:
ArtifactHandler
- Enclosing class:
ProjectArtifact
-
Field Summary
Fields 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.Get the file extension associated to the file represented by the dependency type.booleanboolean
-
Constructor Details
-
PomArtifactHandler
PomArtifactHandler()
-
-
Method Details
-
getClassifier
Description copied from interface:ArtifactHandlerGet the classifier associated to the dependency type.- Specified by:
getClassifierin interfaceArtifactHandler- Returns:
- the classifier
-
getDirectory
- Specified by:
getDirectoryin interfaceArtifactHandler
-
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
-
getLanguage
- Specified by:
getLanguagein interfaceArtifactHandler
-
getPackaging
- Specified by:
getPackagingin interfaceArtifactHandler
-
isAddedToClasspath
public boolean isAddedToClasspath()- Specified by:
isAddedToClasspathin interfaceArtifactHandler
-
isIncludesDependencies
public boolean isIncludesDependencies()- Specified by:
isIncludesDependenciesin interfaceArtifactHandler
-