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.
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.apache.log4j.Logger logger
- The Log4J
Logger doing the logging.
outputDir
private java.lang.String outputDir
- Directory to write generated images to.
filesets
protected java.util.Vector filesets
Vector of filesets.
about
public static final java.lang.String about
- CVS info about this class and its current version.
- See Also:
- Constant Field Values
TableVisualiserTask
public TableVisualiserTask()
- Default Constructor
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.