vdoclet.ant
Class VDocletTask

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--vdoclet.ant.VDocletTask

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

Ant task for invocation of vDoclet. It takes the following arguments:

and supports the following nested elements:


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
VDocletTask()
           
 
Method Summary
 void addConfiguredFileSet(org.apache.tools.ant.types.FileSet fileSet)
          Nested <fileset> element
 void addConfiguredParam(VDocletParameter param)
          nested <param>
 org.apache.tools.ant.types.Path createClassPath()
          Nested <classpath> element
 void execute()
          Invoke vDoclet
 void setClassPath(org.apache.tools.ant.types.Path classPath)
          classpath attribute
 void setDestDir(File destDir)
          destDir attribute
 void setOut(File outputFile)
          out attribute
 void setProject(org.apache.tools.ant.Project project)
           
 void setSrcDir(org.apache.tools.ant.types.Path srcDir)
          Alias for srcPath
 void setSrcPath(org.apache.tools.ant.types.Path srcPath)
          srcPath attribute
 void setTemplate(String template)
          template attribute
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VDocletTask

public VDocletTask()
Method Detail

setProject

public void setProject(org.apache.tools.ant.Project project)
Overrides:
setProject in class org.apache.tools.ant.ProjectComponent

setSrcPath

public void setSrcPath(org.apache.tools.ant.types.Path srcPath)
srcPath attribute


setSrcDir

public void setSrcDir(org.apache.tools.ant.types.Path srcDir)
Alias for srcPath


addConfiguredFileSet

public void addConfiguredFileSet(org.apache.tools.ant.types.FileSet fileSet)
Nested <fileset> element


setDestDir

public void setDestDir(File destDir)
destDir attribute


setOut

public void setOut(File outputFile)
out attribute


setTemplate

public void setTemplate(String template)
template attribute


setClassPath

public void setClassPath(org.apache.tools.ant.types.Path classPath)
classpath attribute


createClassPath

public org.apache.tools.ant.types.Path createClassPath()
Nested <classpath> element


addConfiguredParam

public void addConfiguredParam(VDocletParameter param)
nested <param>


execute

public void execute()
             throws org.apache.tools.ant.BuildException
Invoke vDoclet

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