public class WebappArtifact extends AbstractArtifact
artifactId, classifier, file, groupId, systemPath, type, version
Constructor and Description |
---|
WebappArtifact() |
WebappArtifact(String groupId,
String artifactId,
String version,
String classifier,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getContextPath() |
File |
getTestContextFile() |
String |
getType() |
boolean |
isUnpack() |
void |
setContextPath(String contextPath) |
void |
setTestContextFile(File testContextFile) |
void |
setUnpack(boolean unpack) |
String |
toString() |
buildDefaultMavenCoordinates, getArtifactCoordinates, getArtifactId, getClassifier, getFile, getGroupId, getSystemPath, getVersion, setArtifactId, setClassifier, setFile, setGroupId, setSystemPath, setType, setVersion
public String getType()
getType
in class AbstractArtifact
public String getContextPath()
public void setContextPath(String contextPath)
public File getTestContextFile()
public void setTestContextFile(File testContextFile)
public boolean isUnpack()
public void setUnpack(boolean unpack)
public String toString()
toString
in class AbstractArtifact
Copyright © 2012. All Rights Reserved.