public class PluginAnt extends AbstractPlugin
| Modifier and Type | Field and Description |
|---|---|
protected String |
basedir
Build basedir.
|
protected Integer |
debug
Debug level.
|
protected String |
file
Build file.
|
protected static ThreadLocal<Integer> |
serial
Serial for executions.
|
protected String |
target
Build target.
|
FEATURE_CONDITION, FEATURE_NORMALIZED, FEATURE_NORMALIZER, FEATURE_SLEEP, FEATURE_THREADSAFE, FEATURE_TIMEOUT, FEATURE_WAITparameters| Constructor and Description |
|---|
PluginAnt() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResources(IContext context)
Add complementary resources.
|
void |
doEnd(IContext context,
IResultSet result) |
ActionType |
getActionType() |
String |
getBasedir()
Get Ant basedir.
|
Integer |
getDebug()
get de debug level.
|
String |
getFile()
Get build file.
|
String |
getTarget()
Get the build target.
|
protected AntLogger |
newLogger()
Creates the logger.
|
void |
setBasedir(String basedir)
Set basedir.
|
void |
setDebug(Integer debug)
Set the debug level.
|
void |
setFile(String file)
Set build file.
|
void |
setTarget(String target)
Set build target.
|
copy, doStart, getCondition, getConditionModel, getNormalized, getNormalized, getNormalizer, getParent, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, getWait, getWaitModel, initialize, setCondition, setConditionModel, setNormalized, setNormalizer, setParent, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel, setWait, setWaitModel, toStringgetParameters, setParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParameters, setParametersprotected static ThreadLocal<Integer> serial
protected String basedir
protected String file
protected String target
protected Integer debug
public ActionType getActionType()
public String getBasedir()
public void setBasedir(String basedir)
basedir - The basedir.public String getFile()
public void setFile(String file)
file - The file.public String getTarget()
public void setTarget(String target)
target - The target.public Integer getDebug()
public void setDebug(Integer debug)
debug - The level.public void doEnd(IContext context, IResultSet result) throws PluginException
doEnd in interface IPlugindoEnd in class AbstractPluginPluginExceptionprotected AntLogger newLogger()
protected void addResources(IContext context) throws PluginException
context - The context.PluginException - On adding errors.Copyright © 2016. All rights reserved.