frysk.hpd
Class ActionPointCommands.Disable

java.lang.Object
  extended by frysk.hpd.Command
      extended by frysk.hpd.ParameterizedCommand
          extended by frysk.hpd.ActionPointCommands
              extended by frysk.hpd.ActionPointCommands.Disable
Enclosing class:
ActionPointCommands

static class ActionPointCommands.Disable
extends ActionPointCommands


Nested Class Summary
 
Nested classes/interfaces inherited from class frysk.hpd.ActionPointCommands
ActionPointCommands.Actions, ActionPointCommands.Delete, ActionPointCommands.Disable, ActionPointCommands.Enable
 
Constructor Summary
ActionPointCommands.Disable()
           
 
Method Summary
 void interpret(CLI cli, PTSet ptset, String actionpoints, ActionPointCommands.Options options)
           
 
Methods inherited from class frysk.hpd.ActionPointCommands
completer, interpret, options
 
Methods inherited from class frysk.hpd.ParameterizedCommand
add, complete, help, interpret
 
Methods inherited from class frysk.hpd.Command
description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionPointCommands.Disable

ActionPointCommands.Disable()
Method Detail

interpret

public void interpret(CLI cli,
                      PTSet ptset,
                      String actionpoints,
                      ActionPointCommands.Options options)
Specified by:
interpret in class ActionPointCommands