no.sesat.search.http.servlet
Enum FactoryReloads.ReloadArg

java.lang.Object
  extended by java.lang.Enum<FactoryReloads.ReloadArg>
      extended by no.sesat.search.http.servlet.FactoryReloads.ReloadArg
All Implemented Interfaces:
Serializable, Comparable<FactoryReloads.ReloadArg>
Enclosing class:
FactoryReloads

public static enum FactoryReloads.ReloadArg
extends Enum<FactoryReloads.ReloadArg>


Enum Constant Summary
ALL
           
ANALYSIS_RULES_FACTORY
           
SEARCH_MODE_FACTORY
           
SEARCH_TAB_FACTORY
           
SITE_CONFIGURATION
           
VELOCITY_ENGINE_FACTORY
           
 
Method Summary
static FactoryReloads.ReloadArg valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FactoryReloads.ReloadArg[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ALL

public static final FactoryReloads.ReloadArg ALL

SITE_CONFIGURATION

public static final FactoryReloads.ReloadArg SITE_CONFIGURATION

SEARCH_TAB_FACTORY

public static final FactoryReloads.ReloadArg SEARCH_TAB_FACTORY

SEARCH_MODE_FACTORY

public static final FactoryReloads.ReloadArg SEARCH_MODE_FACTORY

ANALYSIS_RULES_FACTORY

public static final FactoryReloads.ReloadArg ANALYSIS_RULES_FACTORY

VELOCITY_ENGINE_FACTORY

public static final FactoryReloads.ReloadArg VELOCITY_ENGINE_FACTORY
Method Detail

values

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

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

valueOf

public static FactoryReloads.ReloadArg valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.