Modifier and Type | Field and Description |
---|---|
static org.osgl.Osgl.Predicate<java.lang.String> |
CONF_FILE |
static org.osgl.Osgl.Predicate<java.lang.String> |
JAR_FILE |
static org.osgl.Osgl.Predicate<java.lang.String> |
JAVA_SOURCE |
static org.osgl.Osgl.Predicate<java.lang.String> |
ROUTES_FILE |
Modifier and Type | Method and Description |
---|---|
static App.F |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static App.F[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static org.osgl.Osgl.Predicate<java.lang.String> JAVA_SOURCE
public static org.osgl.Osgl.Predicate<java.lang.String> JAR_FILE
public static org.osgl.Osgl.Predicate<java.lang.String> CONF_FILE
public static org.osgl.Osgl.Predicate<java.lang.String> ROUTES_FILE
public static App.F[] values()
for (App.F c : App.F.values()) System.out.println(c);
public static App.F valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2014–2017 ActFramework. All rights reserved.