net.sf.tomp.xtcl.command
Class Verbose

java.lang.Object
  extended by net.sf.tomp.xtcl.command.AbstractCommand
      extended by net.sf.tomp.xtcl.command.Verbose
All Implemented Interfaces:
Command

public class Verbose
extends AbstractCommand

DOCUMENT ME!

Author:
tomp

Field Summary
protected  boolean verbose
          DOCUMENT ME!
 
Constructor Summary
Verbose()
           
 
Method Summary
 int execute(Context c)
          Do-nothing execution of an empty command.
 void setVerbose(boolean v)
          DOCUMENT ME!
 java.lang.String toString()
          DOCUMENT ME!
 
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
 

Field Detail

verbose

protected boolean verbose
DOCUMENT ME!

Constructor Detail

Verbose

public Verbose()
Method Detail

setVerbose

public void setVerbose(boolean v)
DOCUMENT ME!

Parameters:
c - DOCUMENT ME!

execute

public int execute(Context c)
            throws java.lang.Exception
Description copied from class: AbstractCommand
Do-nothing execution of an empty command.

Specified by:
execute in interface Command
Overrides:
execute in class AbstractCommand
Parameters:
c - Context this command will be executed in.
Returns:
always 0 == success, OK
Throws:
java.lang.Exception - only if I/O error occurs when reporting the result to user.

toString

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

Overrides:
toString in class java.lang.Object
Returns:
DOCUMENT ME!