public abstract class AbstractPlugin extends Object implements Plugin
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected int |
priority |
| Constructor and Description |
|---|
AbstractPlugin() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Plugin o) |
String |
decodeVariableName(PluginCallInfo pluginCallInfo) |
String |
name()
The name of the plugin
|
int |
priority()
The priority of the plugin
|
protected int priority
protected String name
public int priority()
Pluginpublic int compareTo(Plugin o)
compareTo in interface Comparable<Plugin>public String decodeVariableName(PluginCallInfo pluginCallInfo)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.