public enum Plugins extends Enum<Plugins>
| Modifier and Type | Method and Description |
|---|---|
static BasePlugin |
basePlugin() |
static BootPlugin |
bootPlugin() |
static BootPlugin |
bootPlugin(int commandSource,
SequenceGenerator sequenceGenerator) |
static TimerPlugin |
timerPlugin() |
static TimerPlugin |
timerPlugin(int commandSource) |
static Plugins |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugins[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Plugins[] values()
for (Plugins c : Plugins.values()) System.out.println(c);
public static Plugins 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 BasePlugin basePlugin()
public static TimerPlugin timerPlugin()
public static TimerPlugin timerPlugin(int commandSource)
public static BootPlugin bootPlugin()
public static BootPlugin bootPlugin(int commandSource, SequenceGenerator sequenceGenerator)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.