no.sesat.search.http.servlet
Enum FactoryReloads.ReloadArg
java.lang.Object
java.lang.Enum<FactoryReloads.ReloadArg>
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>
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
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.