public class CommandHelp extends java.lang.Object implements SubCommand
| Constructor and Description |
|---|
CommandHelp() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.beust.jcommander.JCommander commander) |
java.lang.String |
description() |
java.lang.String |
getName() |
int |
handle(FileConfiguration fileConfig,
boolean verbose) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseKeyValuePairspublic void add(com.beust.jcommander.JCommander commander)
add in interface SubCommandpublic java.lang.String description()
description in interface SubCommandpublic java.lang.String getName()
getName in interface SubCommandpublic int handle(FileConfiguration fileConfig, boolean verbose) throws java.lang.Throwable
handle in interface SubCommandjava.lang.Throwable