public abstract class PluginController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_URI_PREFIX |
| Constructor and Description |
|---|
PluginController(String uri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the unique id of the plugin
|
Entity |
getPluginSettings()
Returns an entity containing settings for a plugin or null if no settings exist.
|
String |
getUri()
Returns the base URI of the plugin
|
public static final String PLUGIN_URI_PREFIX
public PluginController(String uri)
Copyright © 2018. All rights reserved.