public abstract class PluginFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
PluginFactory() |
Modifier and Type | Method and Description |
---|---|
static PluginFactory |
getInstance() |
abstract ClientPlugin |
getPlugin()
Get the plugin.
|
public static PluginFactory getInstance()
public abstract ClientPlugin getPlugin()