org.jboss.test.selenium.guard
Class GuardedCommands

java.lang.Object
  extended by org.jboss.test.selenium.guard.GuardedCommands

public final class GuardedCommands
extends Object

This utility class contains the collections of commands of specific types.

Author:
lfryc

Field Summary
static Set<String> INTERACTIVE_COMMANDS
          Collection of interactive commands
 
Method Summary
static Set<String> initInteractiveCommands()
          Inits the set of interactive commands.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERACTIVE_COMMANDS

public static final Set<String> INTERACTIVE_COMMANDS
Collection of interactive commands

Method Detail

initInteractiveCommands

public static Set<String> initInteractiveCommands()
Inits the set of interactive commands.

Returns:
the set of the interactive selenium commands


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.