org.enableit.db.darrt.visualise.ant
Class TableVisualiserTask

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--org.enableit.db.darrt.visualise.ant.TableVisualiserTask

public class TableVisualiserTask
extends org.apache.tools.ant.Task

A task to invoke the SchemaVisualiser class for a FileSet of XML table representations.


Field Summary
static java.lang.String ABOUT
          CVS info about this class and its current version.
protected  java.util.Vector filesets
          Vector of filesets.
protected static org.apache.log4j.Logger logger
          The Log4J Logger doing the logging.
 
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
TableVisualiserTask()
          Default Constructor
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet set)
          Adds a set of files (nested fileset attribute).
 void execute()
          Performs the copy operation.
 void setOutputDir(java.lang.String newOutputDir)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
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

logger

protected static org.apache.log4j.Logger logger
The Log4J Logger doing the logging.


ABOUT

public static final java.lang.String ABOUT
CVS info about this class and its current version.

See Also:
Constant Field Values

filesets

protected java.util.Vector filesets
Vector of filesets.

Constructor Detail

TableVisualiserTask

public TableVisualiserTask()
Default Constructor

Method Detail

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet set)
Adds a set of files (nested fileset attribute).


setOutputDir

public void setOutputDir(java.lang.String newOutputDir)

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Performs the copy operation.

Overrides:
execute in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException


Copyright © 1999-2004 enableIT.org. All Rights Reserved.