public abstract class JkPlugin
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
JkPlugin(JkCommands commands) |
Modifier and Type | Method and Description |
---|---|
protected void |
activate()
Override this method to modify the commands itself or its bound plugins.
|
protected JkCommands |
getCommands() |
void |
help() |
protected void |
init()
This method is invoked right after plugin options has been injected
|
java.lang.String |
name() |
java.lang.String |
toString() |
protected JkPlugin(JkCommands commands)
public void help()
protected void activate()
protected void init()
public final java.lang.String name()
protected JkCommands getCommands()
public java.lang.String toString()
toString
in class java.lang.Object