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, wait
parseKeyValuePairs
public void add(com.beust.jcommander.JCommander commander)
add
in interface SubCommand
public java.lang.String description()
description
in interface SubCommand
public java.lang.String getName()
getName
in interface SubCommand
public int handle(FileConfiguration fileConfig, boolean verbose) throws java.lang.Throwable
handle
in interface SubCommand
java.lang.Throwable