public static enum PluginProcessor.PluginProcessorType extends Enum<PluginProcessor.PluginProcessorType>
Enum Constant and Description |
---|
GWT |
HTML_TEMPLATE |
JS |
PERSPECTIVE_EDITOR |
Modifier and Type | Method and Description |
---|---|
String |
getExtension() |
boolean |
isRuntimePlugin() |
static PluginProcessor.PluginProcessorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginProcessor.PluginProcessorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginProcessor.PluginProcessorType GWT
public static final PluginProcessor.PluginProcessorType PERSPECTIVE_EDITOR
public static final PluginProcessor.PluginProcessorType HTML_TEMPLATE
public static final PluginProcessor.PluginProcessorType JS
public static PluginProcessor.PluginProcessorType[] values()
for (PluginProcessor.PluginProcessorType c : PluginProcessor.PluginProcessorType.values()) System.out.println(c);
public static PluginProcessor.PluginProcessorType 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 String getExtension()
public boolean isRuntimePlugin()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.