|
|||||||||
| Home >> All >> org >> enableit >> db >> darrt >> [ ant overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enableit.db.darrt.ant
Class DarHandlerTask

java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.enableit.db.darrt.ant.DarHandlerTask
- public class DarHandlerTask
- extends org.apache.tools.ant.Task
Expose DarHandler as Ant task.
| Field Summary | |
static java.lang.String |
about
CVS info about this class and its current version |
private java.lang.String |
darFile
The dar file being installed. |
private boolean |
debug
Debug flag |
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
DarHandlerTask()
Default Constructor |
|
| Method Summary | |
void |
execute()
Installs the dar file. |
void |
setDarFile(java.lang.String darFile)
Sets the dar file name. |
void |
setDebug(boolean debug)
Sets the dar file name. |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
debug
private boolean debug
- Debug flag
darFile
private java.lang.String darFile
- The dar file being installed.
about
public static final java.lang.String about
- CVS info about this class and its current version
- See Also:
- Constant Field Values
| Constructor Detail |
DarHandlerTask
public DarHandlerTask()
- Default Constructor
| Method Detail |
setDarFile
public void setDarFile(java.lang.String darFile)
- Sets the dar file name.
setDebug
public void setDebug(boolean debug)
- Sets the dar file name.
execute
public void execute()
throws org.apache.tools.ant.BuildException
- Installs the dar file.
|
|||||||||
| Home >> All >> org >> enableit >> db >> darrt >> [ ant overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC