com.canoo.ant.task
Class PropertyTableTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.canoo.ant.task.PropertyTableTask
- All Implemented Interfaces:
- Cloneable, TaskContainer
public class PropertyTableTask
- extends Task
- implements TaskContainer
- Author:
- Dierk König, Marc Guillemot
| Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
PropertyTableTask
public PropertyTableTask()
setReplaceProperties
public void setReplaceProperties(boolean replaceProperties)
- Parameters:
replaceProperties -
setValue
public void setValue(String value)
setName
public void setName(String name)
setTableclass
public void setTableclass(String tableClass)
setFilterclass
public void setFilterclass(String filterClass)
setTable
public void setTable(String table)
setTableContainer
public void setTableContainer(File container)
throws IOException
- Throws:
IOException
setContainer
public void setContainer(File container)
throws IOException
- Throws:
IOException
setFailASAP
public void setFailASAP(boolean newValue)
addTask
public void addTask(Task task)
- Called by Ant to add nested tasks
- Specified by:
addTask in interface TaskContainer
- See Also:
TaskContainer.addTask(org.apache.tools.ant.Task)
execute
public void execute()
throws BuildException
- Overrides:
execute in class Task
- Throws:
BuildException