Package com.h2tcoin.takamakachain.cli
Class ShellNode
- java.lang.Object
-
- com.h2tcoin.takamakachain.cli.ShellNode
-
public class ShellNode extends Object
- Author:
- francesco.pasetto@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description ShellNode()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(String[] rawArgs)
static ShellNode
getInstance()
static NetworkPool
getNp()
static String
input(String msg)
void
listen()
static void
println(String msg)
void
setup()
-
-
-
Constructor Detail
-
ShellNode
public ShellNode() throws GeneralSecurityException, InvalidCypherException, IOException
-
-