org.jcoderz.commons.taskdefs
Class AppInfoTask

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.AppInfoTask
All Implemented Interfaces:
Cloneable

public final class AppInfoTask
extends XsltBasedTask

Ant task that reads the master app-info.xml file, expands the XInclude elements and writes the whole XML document to a file.

This task can also perform a XML schema validation and perform some checks that cannot be done via the XML schema.

Author:
Michael Griffel

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
AppInfoTask()
           
 
Method Summary
 void setValidate(boolean b)
          Set whether we should validate the app-info.xml file or not.
 
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

AppInfoTask

public AppInfoTask()
Method Detail

setValidate

public void setValidate(boolean b)
Set whether we should validate the app-info.xml file or not. Default is true.

Parameters:
b - Whether we should validate the app-info.xml file or not.


Copyright 2007 The jCoderZ Project.