daikon.tools.runtimechecker
Class CommandHandler

Object
  extended by CommandHandler
Direct Known Subclasses:
InstrumentHandler, Main

public class CommandHandler
extends Object

A command handler handles a set of commands. A command is the first argument given to the instrumenter.


Constructor Summary
CommandHandler()
           
 
Method Summary
 boolean handle(String[] args)
           
 boolean handles(String command)
           
 void usageMessage()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHandler

public CommandHandler()
Method Detail

handles

public boolean handles(String command)

handle

public boolean handle(String[] args)

usageMessage

public void usageMessage()