Uses of Class
org.uberfire.backend.plugin.PluginProcessor.PluginProcessorType
-
Packages that use PluginProcessor.PluginProcessorType Package Description org.uberfire.backend.plugin -
-
Uses of PluginProcessor.PluginProcessorType in org.uberfire.backend.plugin
Methods in org.uberfire.backend.plugin that return PluginProcessor.PluginProcessorType Modifier and Type Method Description PluginProcessor.PluginProcessorTypeRuntimePlugin. getType()static PluginProcessor.PluginProcessorTypePluginProcessor.PluginProcessorType. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginProcessor.PluginProcessorType[]PluginProcessor.PluginProcessorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.backend.plugin with parameters of type PluginProcessor.PluginProcessorType Constructor Description RuntimePlugin(PluginProcessor.PluginProcessorType type, String pluginName, String pluginContent)
-