Class DefaultArtifactHandler
java.lang.Object
org.apache.maven.artifact.handler.DefaultArtifactHandler
- All Implemented Interfaces:
ArtifactHandler
- Author:
- Brett Porter, Jason van Zyl
-
Field Summary
Fields inherited from interface org.apache.maven.artifact.handler.ArtifactHandler
ROLE
-
Constructor Summary
ConstructorDescriptionDeprecated.This ctor is present only for Plexus XML defined component compatibility, do not use it.DefaultArtifactHandler
(String type) DefaultArtifactHandler
(String type, String extension, String classifier, String directory, String packaging, boolean includesDependencies, String language, boolean addedToClasspath) -
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.getType()
boolean
boolean
void
setAddedToClasspath
(boolean addedToClasspath) void
setClassifier
(String classifier) void
setDirectory
(String directory) void
setExtension
(String extension) void
setIncludesDependencies
(boolean includesDependencies) void
setLanguage
(String language) void
setPackaging
(String packaging)
-
Constructor Details
-
DefaultArtifactHandler
Deprecated.This ctor is present only for Plexus XML defined component compatibility, do not use it.Default ctor for Plexus compatibility, as many plugins have artifact handlers declared in legacy Plexus XML. Do not use directly! -
DefaultArtifactHandler
-
DefaultArtifactHandler
-
-
Method Details
-
getType
-
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
-
setExtension
-
getClassifier
Description copied from interface:ArtifactHandler
Get the classifier associated to the dependency type.- Specified by:
getClassifier
in interfaceArtifactHandler
- Returns:
- the classifier
-
setClassifier
-
getDirectory
- Specified by:
getDirectory
in interfaceArtifactHandler
-
setDirectory
-
getPackaging
- Specified by:
getPackaging
in interfaceArtifactHandler
-
setPackaging
-
isIncludesDependencies
public boolean isIncludesDependencies()- Specified by:
isIncludesDependencies
in interfaceArtifactHandler
-
setIncludesDependencies
public void setIncludesDependencies(boolean includesDependencies) -
getLanguage
- Specified by:
getLanguage
in interfaceArtifactHandler
-
setLanguage
-
isAddedToClasspath
public boolean isAddedToClasspath()- Specified by:
isAddedToClasspath
in interfaceArtifactHandler
-
setAddedToClasspath
public void setAddedToClasspath(boolean addedToClasspath)
-