com.bluemarsh.jswat.command
Class disableCommand

java.lang.Object
  |
  +--com.bluemarsh.jswat.command.JSwatCommand
        |
        +--com.bluemarsh.jswat.command.stopCommand
              |
              +--com.bluemarsh.jswat.command.enableCommand
                    |
                    +--com.bluemarsh.jswat.command.disableCommand

public class disableCommand
extends enableCommand

Defines the class that handles the 'disable' command.

Author:
Nathan Fiedler

Fields inherited from class com.bluemarsh.jswat.command.enableCommand
enabledValue
 
Fields inherited from class com.bluemarsh.jswat.command.JSwatCommand
logCategory, primitiveTypeNames, swat
 
Constructor Summary
disableCommand()
          Sets the enabledValue to false.
 
Methods inherited from class com.bluemarsh.jswat.command.enableCommand
perform
 
Methods inherited from class com.bluemarsh.jswat.command.stopCommand
printBreakList, printBreakpoint
 
Methods inherited from class com.bluemarsh.jswat.command.JSwatCommand
argumentsMatch, createObject, description, findClassesByPattern, getCommandName, getPromptString, getThreadByID, help, help, missingArgs, receiveInput, resolveOverload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

disableCommand

public disableCommand()
Sets the enabledValue to false.