net.sf.bigyo.container.ant
Class RegistryGenerator

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.thoughtworks.qdox.ant.AbstractQdoxTask
              extended by net.sf.bigyo.container.ant.RegistryGenerator

public class RegistryGenerator
extends com.thoughtworks.qdox.ant.AbstractQdoxTask

Author:
zsombor Created at 20:02:11 net.sf.bigyo.container.ant.RegistryGenerator Created on 2004.09.19.

Field Summary
 
Fields inherited from class com.thoughtworks.qdox.ant.AbstractQdoxTask
allClasses, allSources, fileMap
 
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
RegistryGenerator()
           
 
Method Summary
 void execute()
           
 void setOutputDirectory(File outputDir)
           
 void setRegistryPath(String registryPath)
           
 void setRootRegistry(String path)
           
 void setVerbose(boolean verbose)
           
 
Methods inherited from class com.thoughtworks.qdox.ant.AbstractQdoxTask
addFileset, buildFileMap, buildFileMap, createDocletTagFactory, processClasses, processSources, validateAttributes
 
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
 

Constructor Detail

RegistryGenerator

public RegistryGenerator()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class com.thoughtworks.qdox.ant.AbstractQdoxTask
Throws:
org.apache.tools.ant.BuildException

setRootRegistry

public void setRootRegistry(String path)

setRegistryPath

public void setRegistryPath(String registryPath)
Parameters:
registryPath - The registryPath to set.

setVerbose

public void setVerbose(boolean verbose)
Parameters:
verbose - The verbose to set.

setOutputDirectory

public void setOutputDirectory(File outputDir)
Parameters:
outputDir - The outputDir to set.


Copyright © 2004 Sourceforge.net. All Rights Reserved.