public final class CreateAccountCommand
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Integer>
| Constructor and Description |
|---|
CreateAccountCommand() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
call()
Uses arguments passed to do all key creation and account creation.
|
static void |
main(java.lang.String[] args)
Public interface for creating an account, arguments will be passed.
|
public static void main(java.lang.String[] args)
args - arguments as defined abovepublic java.lang.Integer call()
call in interface java.util.concurrent.Callable<java.lang.Integer>