dk.brics.dsd.ant
Class DSDTask

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--dk.brics.dsd.ant.DSDTask

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

This provides a Jakarta Ant task for validating DSD files. See the full documentation on how to use the task.

Note this code is Copyright (c) 2002 BRICS and Copyright (c) QinetiQ Ltd 2003.

All copyright, database rights and other intellectual property for some parts of this software is the property of QinetiQ limited. The software is being released free of charge for use in accordance with the terms of open source initiative GNU General Public Licence.

DISCLAIMER: QinetiQ Ltd does not verify or warrant the accuracy, completeness or suitability of this software for any particular purpose. Any use of this software whatsoever is entirely at the user's own risk and QinetiQ Ltd accepts no liability in relation thereto.

Author:
Hugh Field-Richards

Field Summary
 
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
DSDTask()
           
 
Method Summary
 void execute()
           
 void setDest(String inValue)
           
 void setDsd(String inValue)
           
 void setFailonerror(boolean inFlag)
           
 void setFile(String inValue)
           
 void setStats(boolean inFlag)
           
 void setVerbose(boolean inFlag)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, 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
 

Constructor Detail

DSDTask

public DSDTask()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException

setDest

public void setDest(String inValue)

setDsd

public void setDsd(String inValue)

setFailonerror

public void setFailonerror(boolean inFlag)

setFile

public void setFile(String inValue)

setStats

public void setStats(boolean inFlag)

setVerbose

public void setVerbose(boolean inFlag)


Copyright © 2002 Anders Møller.