Package com.biglybt.ui.console.commands
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 com.biglybt.ui.console.commands.IConsoleCommand
IConsoleCommand.TorrentComparator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(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 void
printHelpExtra
(PrintStream out, String command, List<String> args) void
printHelpExtra
(PrintStream out, List<String> args) private static void
printSection
(PrintStream out, String sectionID) private static void
printSections
(PrintStream out) private static void
search
(PrintStream out, String s, boolean isRegex) Methods inherited from class com.biglybt.ui.console.commands.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:IConsoleCommand
execute the command with the specified name using the specified arguments- Specified by:
execute
in classIConsoleCommand
-
search
-
printSection
-
printSections
-
getCommandDescriptions
Description copied from class:IConsoleCommand
return high-level help about the commands supported by this object.- Specified by:
getCommandDescriptions
in classIConsoleCommand
- Returns:
-
printHelpExtra
- Overrides:
printHelpExtra
in classIConsoleCommand
-
printHelpExtra
-