@AutoService(value=io.engineblock.extensions.ScriptingPluginInfo.class) public class ExamplePluginData extends Object implements ScriptingPluginInfo<ExamplePlugin>
| Constructor and Description |
|---|
ExamplePluginData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseVariableName() |
String |
getDescription() |
ExamplePlugin |
getExtensionObject(org.slf4j.Logger logger,
com.codahale.metrics.MetricRegistry metricRegistry,
ScriptContext scriptContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAutoLoadingpublic String getDescription()
getDescription in interface ScriptingPluginInfo<ExamplePlugin>public ExamplePlugin getExtensionObject(org.slf4j.Logger logger, com.codahale.metrics.MetricRegistry metricRegistry, ScriptContext scriptContext)
getExtensionObject in interface ScriptingPluginInfo<ExamplePlugin>public String getBaseVariableName()
getBaseVariableName in interface ScriptingPluginInfo<ExamplePlugin>Copyright © 2017. All rights reserved.