public class DBSetupCombiner extends BaseFileSetTask
| Constructor and Description |
|---|
DBSetupCombiner() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSysproperty(org.apache.tools.ant.types.Environment.Variable sysprop)
Support subelements to set System properties e.g <sysproperty key="foo" value="bar" /> After the task has
completed, the system properties will be reverted to their old values (of if the system property didn't exist
before, it will be removed).
|
void |
execute() |
void |
setDestfile(File destFile) |
void |
setName(String name) |
void |
setOrder(String order) |
protected void |
validateAttributes()
Makes sure this task's attributes are valid.
|
addFilelist, addFileset, getAllFiles, getAllFileSetsgetDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setDestfile(File destFile)
public void setOrder(String order)
public void setName(String name)
public void addSysproperty(org.apache.tools.ant.types.Environment.Variable sysprop)
sysprop - public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionTask.execute()protected void validateAttributes()
throws org.apache.tools.ant.BuildException
validateAttributes in class BaseFileSetTaskorg.apache.tools.ant.BuildExceptionBaseFileSetTask.validateAttributes()Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.