DTDDoc
Class DTDDocTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.apache.tools.ant.taskdefs.MatchingTask
              extended byDTDDoc.DTDDocTask
All Implemented Interfaces:
org.apache.tools.ant.types.selectors.SelectorContainer

public class DTDDocTask
extends org.apache.tools.ant.taskdefs.MatchingTask

This is the DTDDoc ant task.


Field Summary
 
Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask
fileset
 
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
DTDDocTask()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet fileset)
          Filesets as explained in Ant's documentation.
 void execute()
           
 void setDestDir(java.io.File f)
           
 void setDir(java.io.File dir)
          Pseudo-parameter addition to mimic FileSet definition with the real task parameter : sourceDir.
 void setDocTitle(java.lang.String s)
           
 void setFile(java.io.File file)
           
 void setGetAroundNetBeansComments(boolean f)
           
 void setShowFixmeTags(boolean f)
           
 void setShowHiddenTags(boolean f)
           
 void setSourceDir(java.io.File f)
           
 void setStyleSheet(java.io.File f)
           
 
Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItems
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDDocTask

public DTDDocTask()
Method Detail

setShowHiddenTags

public void setShowHiddenTags(boolean f)

setShowFixmeTags

public void setShowFixmeTags(boolean f)

setGetAroundNetBeansComments

public void setGetAroundNetBeansComments(boolean f)

setSourceDir

public void setSourceDir(java.io.File f)

setDir

public void setDir(java.io.File dir)
Pseudo-parameter addition to mimic FileSet definition with the real task parameter : sourceDir.

Parameters:
dir -

setFile

public void setFile(java.io.File file)

setDestDir

public void setDestDir(java.io.File f)

setDocTitle

public void setDocTitle(java.lang.String s)

setStyleSheet

public void setStyleSheet(java.io.File f)

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet fileset)
Filesets as explained in Ant's documentation.


execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException


Copyright © 2002-2007 DTDDoc. All Rights Reserved.