public class InteractiveShellCommand
Simply extends CRaSH BaseCommand to add easy access to the RPC ops class.
Constructor and Description |
---|
InteractiveShellCommand()
Simply extends CRaSH BaseCommand to add easy access to the RPC ops class.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.ObjectMapper |
objectMapper() |
CordaRPCOps |
ops() |
ServiceHubInternal |
services() |
public InteractiveShellCommand()
Simply extends CRaSH BaseCommand to add easy access to the RPC ops class.
public CordaRPCOps ops()
public ServiceHubInternal services()
public com.fasterxml.jackson.databind.ObjectMapper objectMapper()