Package io.horizen

Class ScBootstrappingToolCommandProcessor


  • public class ScBootstrappingToolCommandProcessor
    extends io.horizen.tools.utils.CommandProcessor
    • Constructor Detail

      • ScBootstrappingToolCommandProcessor

        public ScBootstrappingToolCommandProcessor​(io.horizen.tools.utils.MessagePrinter printer,
                                                   SidechainModel<?> scModel)
    • Method Detail

      • processCommand

        public void processCommand​(String input)
                            throws Exception
        Specified by:
        processCommand in class io.horizen.tools.utils.CommandProcessor
        Throws:
        Exception
      • parseCommand

        protected io.horizen.tools.utils.Command parseCommand​(String input)
                                                       throws IOException
        Specified by:
        parseCommand in class io.horizen.tools.utils.CommandProcessor
        Throws:
        IOException
      • printUsageMsg

        protected void printUsageMsg()
        Specified by:
        printUsageMsg in class io.horizen.tools.utils.CommandProcessor