org.mmbase.util
Enum ResourceLoader.Type
java.lang.Object
java.lang.Enum<ResourceLoader.Type>
org.mmbase.util.ResourceLoader.Type
- All Implemented Interfaces:
- Serializable, Comparable<ResourceLoader.Type>
- Enclosing class:
- ResourceLoader
public static enum ResourceLoader.Type
- extends Enum<ResourceLoader.Type>
The available ResourceLoaders wrapped into an enum, which makes them available dynamicly
(with ResourceLoader.Type.valueOf(string).get())
- Since:
- MMBase-1.9
CONFIG
public static final ResourceLoader.Type CONFIG
WEB
public static final ResourceLoader.Type WEB
SYSTEM
public static final ResourceLoader.Type SYSTEM
values
public static final ResourceLoader.Type[] 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(ResourceLoader.Type c : ResourceLoader.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static ResourceLoader.Type 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
get
public abstract ResourceLoader get()
MMBase build 1.9.0.20081107