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