org.shiftone.jrat.inject.ant
Class InjectTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.shiftone.jrat.inject.ant.AbstractFileTask
              extended by org.shiftone.jrat.inject.ant.InjectTask

public class InjectTask
extends AbstractFileTask

Author:
jeff@shiftone.org (Jeff Drost)

Field Summary
 
Fields inherited from class org.shiftone.jrat.inject.ant.AbstractFileTask
file, filesets
 
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
InjectTask()
           
 
Method Summary
 MatcherMethodCriteria createExclude()
           
 MatcherMethodCriteria createInclude()
           
protected  void processFile(java.io.File file)
           
protected  void validateFile(java.io.File file)
           
 
Methods inherited from class org.shiftone.jrat.inject.ant.AbstractFileTask
addFileset, execute, setFile
 
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, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectTask

public InjectTask()
Method Detail

createInclude

public MatcherMethodCriteria createInclude()

createExclude

public MatcherMethodCriteria createExclude()

processFile

protected void processFile(java.io.File file)
                    throws org.apache.tools.ant.BuildException
Specified by:
processFile in class AbstractFileTask
Throws:
org.apache.tools.ant.BuildException

validateFile

protected void validateFile(java.io.File file)
                     throws org.apache.tools.ant.BuildException
Specified by:
validateFile in class AbstractFileTask
Throws:
org.apache.tools.ant.BuildException