Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enableit.db.darrt.ant
Class DarHandlerTask  view DarHandlerTask download DarHandlerTask.java

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.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.