Package org.drasyl.cli.noderc
Class NodeRcIdentityCommand
- java.lang.Object
-
- org.drasyl.cli.GlobalOptions
-
- org.drasyl.cli.rc.AbstractRcSubcommand
-
- org.drasyl.cli.noderc.NodeRcIdentityCommand
-
public class NodeRcIdentityCommand extends AbstractRcSubcommand
-
-
Field Summary
-
Fields inherited from class org.drasyl.cli.rc.AbstractRcSubcommand
jsonWriter, rcAddress
-
Fields inherited from class org.drasyl.cli.GlobalOptions
logLevel
-
-
Constructor Summary
Constructors Constructor Description NodeRcIdentityCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JsonRpc2Request
getRequest()
protected org.drasyl.util.logging.Logger
log()
-
Methods inherited from class org.drasyl.cli.rc.AbstractRcSubcommand
call, onResponse, printError, printResult
-
Methods inherited from class org.drasyl.cli.GlobalOptions
setLogLevel
-
-
-
-
Method Detail
-
log
protected org.drasyl.util.logging.Logger log()
- Specified by:
log
in classGlobalOptions
-
getRequest
protected JsonRpc2Request getRequest()
- Specified by:
getRequest
in classAbstractRcSubcommand
-
-