Package io.horizen
Class ScBootstrappingToolCommandProcessor
- java.lang.Object
-
- io.horizen.tools.utils.CommandProcessor
-
- io.horizen.ScBootstrappingToolCommandProcessor
-
public class ScBootstrappingToolCommandProcessor extends io.horizen.tools.utils.CommandProcessor
-
-
Constructor Summary
Constructors Constructor Description ScBootstrappingToolCommandProcessor(io.horizen.tools.utils.MessagePrinter printer, SidechainModel<?> scModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.horizen.tools.utils.CommandparseCommand(String input)protected voidprintUsageMsg()voidprocessCommand(String input)
-
-
-
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:
processCommandin classio.horizen.tools.utils.CommandProcessor- Throws:
Exception
-
parseCommand
protected io.horizen.tools.utils.Command parseCommand(String input) throws IOException
- Specified by:
parseCommandin classio.horizen.tools.utils.CommandProcessor- Throws:
IOException
-
printUsageMsg
protected void printUsageMsg()
- Specified by:
printUsageMsgin classio.horizen.tools.utils.CommandProcessor
-
-