com.jmw.tzap
Class Filter

java.lang.Object
  extended by com.jmw.tzap.Filter

public class Filter
extends java.lang.Object

Creates filters for the TextZapTask. Not to be confused with AbstractFilter that all filters must be derived from.

See Also:
AbstractFilter, TextZapTask

Constructor Summary
Filter()
           
 
Method Summary
 void addConfiguredParam(Param param)
           
 AbstractFilter getFilter()
           
 void setFilterClass(java.lang.String className)
           
static void setProject(org.apache.tools.ant.Project p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()
Method Detail

setFilterClass

public void setFilterClass(java.lang.String className)
                    throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

getFilter

public AbstractFilter getFilter()

setProject

public static void setProject(org.apache.tools.ant.Project p)

addConfiguredParam

public void addConfiguredParam(Param param)
                        throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException