public class DefaultArtifactHandlerStub extends Object implements ArtifactHandler
ROLE| 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 ArtifactHandlerpublic String getType()
public String getClassifier()
getClassifier in interface ArtifactHandlerpublic String getDirectory()
getDirectory in interface ArtifactHandlerpublic String getPackaging()
getPackaging in interface ArtifactHandlerpublic boolean isIncludesDependencies()
isIncludesDependencies in interface ArtifactHandlerpublic String getLanguage()
getLanguage in interface ArtifactHandlerpublic boolean isAddedToClasspath()
isAddedToClasspath in interface 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.