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.boolean
boolean
-
Constructor Details
-
PomArtifactHandler
PomArtifactHandler()
-
-
Method Details
-
getClassifier
Description copied from interface:ArtifactHandler
Get the classifier associated to the dependency type.- Specified by:
getClassifier
in interfaceArtifactHandler
- Returns:
- the classifier
-
getDirectory
- Specified by:
getDirectory
in interfaceArtifactHandler
-
getExtension
Description copied from interface:ArtifactHandler
Get the file extension associated to the file represented by the dependency type.- Specified by:
getExtension
in interfaceArtifactHandler
- Returns:
- the file extension
-
getLanguage
- Specified by:
getLanguage
in interfaceArtifactHandler
-
getPackaging
- Specified by:
getPackaging
in interfaceArtifactHandler
-
isAddedToClasspath
public boolean isAddedToClasspath()- Specified by:
isAddedToClasspath
in interfaceArtifactHandler
-
isIncludesDependencies
public boolean isIncludesDependencies()- Specified by:
isIncludesDependencies
in interfaceArtifactHandler
-