Package org.uberfire.backend.plugin
Class RuntimePlugin
- java.lang.Object
-
- org.uberfire.backend.plugin.RuntimePlugin
-
@Portable public class RuntimePlugin extends Object
-
-
Constructor Summary
Constructors Constructor Description RuntimePlugin()RuntimePlugin(PluginProcessor.PluginProcessorType type, String pluginName, String pluginContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPluginContent()StringgetPluginName()PluginProcessor.PluginProcessorTypegetType()
-
-
-
Constructor Detail
-
RuntimePlugin
public RuntimePlugin()
-
RuntimePlugin
public RuntimePlugin(PluginProcessor.PluginProcessorType type, String pluginName, String pluginContent)
-
-
Method Detail
-
getType
public PluginProcessor.PluginProcessorType getType()
-
getPluginContent
public String getPluginContent()
-
getPluginName
public String getPluginName()
-
-