static class PluginArtifact.PluginArtifactHandler extends java.lang.Object implements ArtifactHandler
ROLE| Constructor and Description |
|---|
PluginArtifactHandler() |
| Modifier and Type | Method and 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() |
public java.lang.String getClassifier()
ArtifactHandlergetClassifier in interface ArtifactHandlerpublic java.lang.String getDirectory()
getDirectory in interface ArtifactHandlerpublic java.lang.String getExtension()
ArtifactHandlergetExtension in interface ArtifactHandlerpublic java.lang.String getLanguage()
getLanguage in interface ArtifactHandlerpublic java.lang.String getPackaging()
getPackaging in interface ArtifactHandlerpublic boolean isAddedToClasspath()
isAddedToClasspath in interface ArtifactHandlerpublic boolean isIncludesDependencies()
isIncludesDependencies in interface ArtifactHandler