com.bluemarsh.jswat.command
Class excludeCommand

java.lang.Object
  |
  +--com.bluemarsh.jswat.command.JSwatCommand
        |
        +--com.bluemarsh.jswat.command.excludeCommand

public class excludeCommand
extends JSwatCommand

Defines the class that handles the 'exclude' command.

Author:
Taavo Raykoff

Fields inherited from class com.bluemarsh.jswat.command.JSwatCommand
logCategory, primitiveTypeNames, swat
 
Constructor Summary
excludeCommand()
           
 
Method Summary
static java.lang.String[] getExclusionSet(Session session)
          Gets the exclusion set property from the Session.
 void perform(Session session, com.bluemarsh.util.StringTokenizer args, Log out)
          Perform the 'exclude' command.
 
Methods inherited from class com.bluemarsh.jswat.command.JSwatCommand
argumentsMatch, createObject, description, findClassesByPattern, getCommandName, getPromptString, 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

excludeCommand

public excludeCommand()
Method Detail

getExclusionSet

public static java.lang.String[] getExclusionSet(Session session)
Gets the exclusion set property from the Session.
Parameters:
session - current Session.
Returns:
exclusion set value.

perform

public void perform(Session session,
                    com.bluemarsh.util.StringTokenizer args,
                    Log out)
Perform the 'exclude' command.
Overrides:
perform in class JSwatCommand
Parameters:
session - JSwat session on which to operate.
args - Tokenized string of command arguments.
out - Output to write messages to.