com.unitedinternet.portal.selenium.utils.logging
Enum SeleniumCommandExtensions

java.lang.Object
  extended by java.lang.Enum<SeleniumCommandExtensions>
      extended by com.unitedinternet.portal.selenium.utils.logging.SeleniumCommandExtensions
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SeleniumCommandExtensions>

public enum SeleniumCommandExtensions
extends java.lang.Enum<SeleniumCommandExtensions>

Special logging commands to extend CommandProcessor of Selenium.

Author:
Robert Zimmermann $Id: SeleniumCommandExtensions.java 111 2008-04-18 15:21:02Z ralf2511 $

Enum Constant Summary
COMMAND_EXTENSION_LOG_ASSERTION
           
COMMAND_EXTENSION_LOG_AUTO_SCREENSHOT
           
COMMAND_EXTENSION_LOG_COMMENT
           
COMMAND_EXTENSION_LOG_RESOURCE
           
 
Method Summary
 java.lang.String getName()
           
static SeleniumCommandExtensions valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SeleniumCommandExtensions[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

COMMAND_EXTENSION_LOG_COMMENT

public static final SeleniumCommandExtensions COMMAND_EXTENSION_LOG_COMMENT

COMMAND_EXTENSION_LOG_AUTO_SCREENSHOT

public static final SeleniumCommandExtensions COMMAND_EXTENSION_LOG_AUTO_SCREENSHOT

COMMAND_EXTENSION_LOG_ASSERTION

public static final SeleniumCommandExtensions COMMAND_EXTENSION_LOG_ASSERTION

COMMAND_EXTENSION_LOG_RESOURCE

public static final SeleniumCommandExtensions COMMAND_EXTENSION_LOG_RESOURCE
Method Detail

values

public static final SeleniumCommandExtensions[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(SeleniumCommandExtensions c : SeleniumCommandExtensions.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static SeleniumCommandExtensions valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getName

public java.lang.String getName()


Copyright © 2009. All Rights Reserved.