Class Config
java.lang.Object
com.biglybt.ui.console.commands.IConsoleCommand
com.biglybt.ui.console.commands.Config
-
Nested Class Summary
Nested classes/interfaces inherited from class IConsoleCommand
IConsoleCommand.TorrentComparator -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(String commandName, ConsoleInput console, List<String> args) execute the command with the specified name using the specified argumentsreturn high-level help about the commands supported by this object.static voidprintHelpExtra(PrintStream out, String command, List<String> args) voidprintHelpExtra(PrintStream out, List<String> args) private static voidprintSection(PrintStream out, String sectionID) private static voidprintSections(PrintStream out) private static voidsearch(PrintStream out, String s, boolean isRegex) Methods inherited from class IConsoleCommand
expandVariable, getCommandName, getCommandNames, getDefaultSummaryFormat, getShortCommandName, getTorrentSummary, printHelp, printHelp
-
Field Details
-
COL_LEN_SECTION_KEY
public static final int COL_LEN_SECTION_KEY- See Also:
-
COL_LEN_SECTION_NAME
public static final int COL_LEN_SECTION_NAME- See Also:
-
COL_LEN_PARAM_KEY
public static final int COL_LEN_PARAM_KEY- See Also:
-
FORMAT_KEY
- See Also:
-
COL_LEN_PARAMTYPE
public static final int COL_LEN_PARAMTYPE- See Also:
-
FORMAT_PARAMTYPE
- See Also:
-
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
execute
Description copied from class:IConsoleCommandexecute the command with the specified name using the specified arguments- Specified by:
executein classIConsoleCommand- Parameters:
commandName-console-args-
-
search
-
printSection
-
printSections
-
getCommandDescriptions
Description copied from class:IConsoleCommandreturn high-level help about the commands supported by this object.- Specified by:
getCommandDescriptionsin classIConsoleCommand- Returns:
-
printHelpExtra
- Overrides:
printHelpExtrain classIConsoleCommand
-
printHelpExtra
-