public class DBSetupTask
extends org.apache.tools.ant.Task
DBSetup.| Constructor and Description |
|---|
DBSetupTask() |
| 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 |
setDataOnly(boolean data_only) |
void |
setDelete(boolean del) |
void |
setExportXml(boolean export) |
void |
setJdbcPassword(String pass) |
void |
setJdbcUrl(String url) |
void |
setJdbcUser(String user) |
void |
setTable(String table) |
void |
setUninstall(boolean uninstall) |
void |
setXmlFile(File xmlFile) |
getDescription, 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 setXmlFile(File xmlFile)
public void setJdbcUrl(String url)
public void setJdbcUser(String user)
public void setJdbcPassword(String pass)
public void setDataOnly(boolean data_only)
public void setUninstall(boolean uninstall)
public void setExportXml(boolean export)
public void setTable(String table)
public void setDelete(boolean del)
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()Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.