Class PluginArtifact.PluginArtifactHandler
- java.lang.Object
-
- org.apache.maven.project.artifact.PluginArtifact.PluginArtifactHandler
-
- All Implemented Interfaces:
ArtifactHandler
- Enclosing class:
- PluginArtifact
static class PluginArtifact.PluginArtifactHandler extends java.lang.Object implements ArtifactHandler
-
-
Field Summary
-
Fields inherited from interface org.apache.maven.artifact.handler.ArtifactHandler
ROLE
-
-
Constructor Summary
Constructors Constructor Description PluginArtifactHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassifier()
Get the classifier associated to the dependency type.java.lang.String
getDirectory()
java.lang.String
getExtension()
Get the file extension associated to the file represented by the dependency type.java.lang.String
getLanguage()
java.lang.String
getPackaging()
boolean
isAddedToClasspath()
boolean
isIncludesDependencies()
-
-
-
Method Detail
-
getClassifier
public java.lang.String getClassifier()
Description copied from interface:ArtifactHandler
Get the classifier associated to the dependency type.- Specified by:
getClassifier
in interfaceArtifactHandler
- Returns:
- the classifier
-
getDirectory
public java.lang.String getDirectory()
- Specified by:
getDirectory
in interfaceArtifactHandler
-
getExtension
public java.lang.String 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
public java.lang.String getLanguage()
- Specified by:
getLanguage
in interfaceArtifactHandler
-
getPackaging
public java.lang.String getPackaging()
- Specified by:
getPackaging
in interfaceArtifactHandler
-
isAddedToClasspath
public boolean isAddedToClasspath()
- Specified by:
isAddedToClasspath
in interfaceArtifactHandler
-
isIncludesDependencies
public boolean isIncludesDependencies()
- Specified by:
isIncludesDependencies
in interfaceArtifactHandler
-
-