net.sf.tomp.xtcl.command
Class MyMultiFilterCommand

java.lang.Object
  extended bynet.sf.tomp.xtcl.command.AbstractCommand
      extended bynet.sf.tomp.xtcl.command.VarCommand
          extended bynet.sf.tomp.xtcl.command.MyMultiFilterCommand
All Implemented Interfaces:
Command

public class MyMultiFilterCommand
extends VarCommand

DOCUMENT ME!

Author:
tomp

Field Summary
 
Fields inherited from class net.sf.tomp.xtcl.command.VarCommand
var
 
Constructor Summary
MyMultiFilterCommand()
           
 
Method Summary
 int execute(Context context)
          DOCUMENT ME!
protected  java.lang.String listFilters()
          DOCUMENT ME!
 java.lang.String toString()
          DOCUMENT ME!
 
Methods inherited from class net.sf.tomp.xtcl.command.VarCommand
setVar
 
Methods inherited from class net.sf.tomp.xtcl.command.AbstractCommand
done, initParameters, listArray, listList, listMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyMultiFilterCommand

public MyMultiFilterCommand()
Method Detail

execute

public int execute(Context context)
            throws java.lang.Exception
DOCUMENT ME!

Specified by:
execute in interface Command
Overrides:
execute in class AbstractCommand
Parameters:
context - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
java.lang.Exception - DOCUMENT ME!

toString

public java.lang.String toString()
DOCUMENT ME!

Returns:
DOCUMENT ME!

listFilters

protected java.lang.String listFilters()
DOCUMENT ME!

Returns:
DOCUMENT ME!


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.