Package net.corda.tools.shell
Class HashLookupShellCommand
java.lang.Object
org.crsh.command.AbstractCommand
org.crsh.command.BaseCommand
net.corda.tools.shell.InteractiveShellCommand<net.corda.core.messaging.CordaRPCOps>
net.corda.tools.shell.CordaRpcOpsShellCommand
net.corda.tools.shell.HashLookupShellCommand
public class HashLookupShellCommand
extends net.corda.tools.shell.CordaRpcOpsShellCommand
-
Field Summary
Fields inherited from class org.crsh.command.BaseCommand
log, unmatchedFields inherited from class org.crsh.command.AbstractCommand
context, out -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidhashLookup(PrintWriter out, net.corda.core.messaging.CordaRPCOps proxy, String txIdHash) voidMethods inherited from class net.corda.tools.shell.CordaRpcOpsShellCommand
getRpcOpsClass, objectMapperMethods inherited from class net.corda.tools.shell.InteractiveShellCommand
ansiProgressRenderer, isSsh, opsMethods inherited from class org.crsh.command.BaseCommand
execute, getUnmatched, readLine, readLineMethods inherited from class org.crsh.command.AbstractCommand
peekContext, popContext, pushContext
-
Constructor Details
-
HashLookupShellCommand
public HashLookupShellCommand()
-
-
Method Details
-
main
-
hashLookup
@VisibleForTesting protected static void hashLookup(PrintWriter out, net.corda.core.messaging.CordaRPCOps proxy, String txIdHash) throws IllegalArgumentException - Throws:
IllegalArgumentException
-