public class EtlExecuteTask extends EtlTaskBase
Constructor and Description |
---|
EtlExecuteTask() |
Modifier and Type | Method and Description |
---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set) |
void |
execute() |
java.lang.String |
getMaxmemory() |
boolean |
isFork() |
boolean |
isNojmx() |
boolean |
isNostat() |
void |
setFile(java.lang.String fileName) |
void |
setFork(boolean fork) |
void |
setMaxmemory(java.lang.String maxmemory) |
void |
setNojmx(boolean nojmx) |
void |
setNostat(boolean nostat) |
getProperties, isDebug, isInheritAll, isQuiet, resetLogging, setDebug, setInheritAll, setQuiet, setupLogging
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public boolean isFork()
public void setFork(boolean fork)
public boolean isNostat()
public void setNostat(boolean nostat)
public boolean isNojmx()
public void setNojmx(boolean nojmx)
public java.lang.String getMaxmemory()
public void setMaxmemory(java.lang.String maxmemory)
public void addFileset(org.apache.tools.ant.types.FileSet set)
public void setFile(java.lang.String fileName) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © Copyright 2006-2019 The Scriptella Project Team.