public static enum ResourceLoader.Type extends Enum<ResourceLoader.Type>
ResourceLoader.Type.valueOf(string).get())| Modifier and Type | Method and Description |
|---|---|
abstract ResourceLoader |
get() |
static ResourceLoader.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceLoader.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceLoader.Type CONFIG
public static final ResourceLoader.Type WEB
public static final ResourceLoader.Type SYSTEM
public static ResourceLoader.Type[] values()
for (ResourceLoader.Type c : ResourceLoader.Type.values()) System.out.println(c);
public static ResourceLoader.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract ResourceLoader get()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}