public class Artifact extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_EAR |
static int |
TYPE_JAR |
static int |
TYPE_RAR |
static int |
TYPE_WAR |
Constructor and Description |
---|
Artifact() |
Modifier and Type | Method and Description |
---|---|
String |
getAppName() |
File |
getSourcePath() |
int |
getType() |
boolean |
isPrecompile() |
void |
setAppName(String appName) |
void |
setPrecompile(boolean precompile) |
void |
setSourcePath(File sourcePath) |
void |
setType(int type) |
public static final int TYPE_EAR
public static final int TYPE_WAR
public static final int TYPE_JAR
public static final int TYPE_RAR
public boolean isPrecompile()
public void setPrecompile(boolean precompile)
public String getAppName()
public void setAppName(String appName)
public void setType(int type)
public int getType()
public File getSourcePath()
public void setSourcePath(File sourcePath)
Copyright © 2013-2014. All Rights Reserved.