public enum Elara extends Enum<Elara>
| Modifier and Type | Method and Description |
|---|---|
static ElaraRunner |
launch(Application application) |
static <A extends Application> |
launch(Context context,
A application,
List<Plugin.Builder<? super A>> pluginBuilders) |
static <A extends Application> |
launch(Context context,
A application,
Plugin<?>... plugins) |
static <A extends Application> |
launch(Context context,
A application,
PluginConfigurer<A> plugins) |
static ElaraRunner |
launch(Context context,
Application application) |
static Elara |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Elara[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Elara[] values()
for (Elara c : Elara.values()) System.out.println(c);
public static Elara 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 static ElaraRunner launch(Application application)
public static ElaraRunner launch(Context context, Application application)
public static <A extends Application> ElaraRunner launch(Context context, A application, Plugin<?>... plugins)
public static <A extends Application> ElaraRunner launch(Context context, A application, PluginConfigurer<A> plugins)
public static <A extends Application> ElaraRunner launch(Context context, A application, List<Plugin.Builder<? super A>> pluginBuilders)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.