org.apache.maven.artifact.handler.ArtifactHandler
public class DefaultArtifactHandlerStub
extends java.lang.Object
implements org.apache.maven.artifact.handler.ArtifactHandler
Constructor | Description |
---|---|
DefaultArtifactHandlerStub(java.lang.String type) |
|
DefaultArtifactHandlerStub(java.lang.String t,
java.lang.String c) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getClassifier() |
|
java.lang.String |
getDirectory() |
|
java.lang.String |
getExtension() |
|
java.lang.String |
getLanguage() |
|
java.lang.String |
getPackaging() |
|
java.lang.String |
getType() |
|
boolean |
isAddedToClasspath() |
|
boolean |
isIncludesDependencies() |
|
void |
setAddedToClasspath(boolean theAddedToClasspath) |
|
void |
setClassifier(java.lang.String theClassifier) |
|
void |
setDirectory(java.lang.String theDirectory) |
|
void |
setExtension(java.lang.String theExtension) |
|
void |
setIncludesDependencies(boolean theIncludesDependencies) |
|
void |
setLanguage(java.lang.String theLanguage) |
|
void |
setPackaging(java.lang.String thePackaging) |
|
void |
setType(java.lang.String theType) |
public DefaultArtifactHandlerStub(java.lang.String t, java.lang.String c)
t
- the artifact handler typec
- the artifact handler classifierpublic DefaultArtifactHandlerStub(java.lang.String type)
type
- the artifact handler typepublic java.lang.String getExtension()
getExtension
in interface org.apache.maven.artifact.handler.ArtifactHandler
public java.lang.String getType()
public java.lang.String getClassifier()
getClassifier
in interface org.apache.maven.artifact.handler.ArtifactHandler
public java.lang.String getDirectory()
getDirectory
in interface org.apache.maven.artifact.handler.ArtifactHandler
public java.lang.String getPackaging()
getPackaging
in interface org.apache.maven.artifact.handler.ArtifactHandler
public boolean isIncludesDependencies()
isIncludesDependencies
in interface org.apache.maven.artifact.handler.ArtifactHandler
public java.lang.String getLanguage()
getLanguage
in interface org.apache.maven.artifact.handler.ArtifactHandler
public boolean isAddedToClasspath()
isAddedToClasspath
in interface org.apache.maven.artifact.handler.ArtifactHandler
public void setAddedToClasspath(boolean theAddedToClasspath)
theAddedToClasspath
- The addedToClasspath to set.public void setClassifier(java.lang.String theClassifier)
theClassifier
- The classifier to set.public void setDirectory(java.lang.String theDirectory)
theDirectory
- The directory to set.public void setExtension(java.lang.String theExtension)
theExtension
- The extension to set.public void setIncludesDependencies(boolean theIncludesDependencies)
theIncludesDependencies
- The includesDependencies to set.public void setLanguage(java.lang.String theLanguage)
theLanguage
- The language to set.public void setPackaging(java.lang.String thePackaging)
thePackaging
- The packaging to set.public void setType(java.lang.String theType)
theType
- The type to set.