org.jcoderz.commons.taskdefs
Class ConfigurationValidatorGenerator

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.jcoderz.commons.taskdefs.XsltBasedTask
              extended by org.jcoderz.commons.taskdefs.ConfigurationValidatorGenerator
All Implemented Interfaces:
Cloneable

public final class ConfigurationValidatorGenerator
extends XsltBasedTask

Ant task that generates the configuration test cases out of an XML document.

Documentation of this Ant task can be found in org.jcoderz.commons.taskdefs.


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
ConfigurationValidatorGenerator()
           
 
Method Summary
 void setClassname(String s)
          Sets the classname for the validator.
 void setPackage(String s)
          Sets the package name for the validator.
 
Methods inherited from class org.jcoderz.commons.taskdefs.XsltBasedTask
execute, getFawkezVersionAsString, resolveExternalEntities, setDestdir, setFailonerror, setForce, setIn, setLogLevel, setOut, setXsl
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationValidatorGenerator

public ConfigurationValidatorGenerator()
Method Detail

setPackage

public void setPackage(String s)
Sets the package name for the validator. This parameter is optional. The default is 'org.jcoderz.commons.config'.

Parameters:
s - The package.

setClassname

public void setClassname(String s)
Sets the classname for the validator. This parameter is optional. Default is ConfigurationValidator.

Parameters:
s - The classname.


Copyright 2007 The jCoderZ Project.