public class CommandHelpFormatter extends Object
| Constructor and Description |
|---|
CommandHelpFormatter(CommandManager manager) |
public CommandHelpFormatter(CommandManager manager)
public void printHelpHeader(CommandHelp help, CommandIssuer issuer)
public void printHelpCommand(CommandHelp help, CommandIssuer issuer, HelpEntry entry)
public void printHelpFooter(CommandHelp help, CommandIssuer issuer)
public void printSearchHeader(CommandHelp help, CommandIssuer issuer)
public void printSearchEntry(CommandHelp help, CommandIssuer issuer, HelpEntry page)
public void printSearchFooter(CommandHelp help, CommandIssuer issuer)
public void printDetailedHelpHeader(CommandHelp help, CommandIssuer issuer, HelpEntry entry)
public void printDetailedHelpCommand(CommandHelp help, CommandIssuer issuer, HelpEntry entry)
public void printDetailedParameter(CommandHelp help, CommandIssuer issuer, HelpEntry entry, CommandParameter param)
public void printDetailedHelpFooter(CommandHelp help, CommandIssuer issuer, HelpEntry entry)
public String[] getHeaderFooterFormatReplacements(CommandHelp help)
help - public String[] getEntryFormatReplacements(CommandHelp help, HelpEntry entry)
help - entry - @NotNull public @NotNull String[] getParameterFormatReplacements(CommandHelp help, CommandParameter param, HelpEntry entry)
help - param - entry - Copyright © 2018. All rights reserved.