Class Config

    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • execute

        public void execute​(java.lang.String commandName,
                            ConsoleInput console,
                            java.util.List<java.lang.String> args)
        Description copied from class: IConsoleCommand
        execute the command with the specified name using the specified arguments
        Specified by:
        execute in class IConsoleCommand
      • search

        private static void search​(java.io.PrintStream out,
                                   java.lang.String s,
                                   boolean isRegex)
      • printSection

        private static void printSection​(java.io.PrintStream out,
                                         java.lang.String sectionID)
      • printSections

        private static void printSections​(java.io.PrintStream out)
      • getCommandDescriptions

        public java.lang.String getCommandDescriptions()
        Description copied from class: IConsoleCommand
        return high-level help about the commands supported by this object.
        Specified by:
        getCommandDescriptions in class IConsoleCommand
        Returns:
      • printHelpExtra

        public void printHelpExtra​(java.io.PrintStream out,
                                   java.util.List<java.lang.String> args)
        Overrides:
        printHelpExtra in class IConsoleCommand
      • printHelpExtra

        public static void printHelpExtra​(java.io.PrintStream out,
                                          java.lang.String command,
                                          java.util.List<java.lang.String> args)