tomp.xtcl.command
Class FilterCommand
java.lang.Object
tomp.xtcl.command.AbstractCommand
tomp.xtcl.command.VarCommand
tomp.xtcl.command.FilterCommand
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- DerivationFilterCommand, JoostFilterCommand, TransformerFilterCommand, TypeDetectorFilterCommand
- public class FilterCommand
- extends VarCommand
Methods inherited from class tomp.xtcl.command.AbstractCommand |
initParameters, listArray, listList, listMap, newFile, refToFile, refToInputSource, refToJoostStyle, refToResult, refToSource, refToStyle, refToXMLFilter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
className
protected java.lang.String className
params
protected java.util.Map params
realParams
protected java.util.Map realParams
FilterCommand
public FilterCommand()
setParameter
public void setParameter(java.lang.String k,
java.lang.Object v)
setClassName
public void setClassName(java.lang.String r)
execute
public int execute(Context c)
throws java.lang.Exception
- Specified by:
execute
in interface Command
- Overrides:
execute
in class AbstractCommand
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
initFilter
protected int initFilter(XTFilter f,
Context context)