|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PluginManager.Message>
eu.larkc.core.pluginManager.PluginManager.Message
public static enum PluginManager.Message
This enumeraton contains the set of messages that can be send to a given PluginManger from another PluginManger.
| Enum Constant Summary | |
|---|---|
NEXT
This messages instructs a PluginManger to provide the next piece of output for the next plugin in the pipeline |
|
STOP
This message instructs a PluginManager to stop producing output for the next plugin in the pipeline |
|
| Method Summary | |
|---|---|
static PluginManager.Message |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PluginManager.Message[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PluginManager.Message NEXT
public static final PluginManager.Message STOP
| Method Detail |
|---|
public static PluginManager.Message[] values()
for (PluginManager.Message c : PluginManager.Message.values()) System.out.println(c);
public static PluginManager.Message 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||