Uses of Class
com.scivicslab.actoriac.Node.CommandResult
Packages that use Node.CommandResult
-
Uses of Node.CommandResult in com.scivicslab.actoriac
Methods in com.scivicslab.actoriac that return Node.CommandResultModifier and TypeMethodDescriptionNode.executeCommand(String command) Executes a command on the node.NodeInterpreter.executeCommand(String command) Executes a command on the remote node via SSH.private Node.CommandResultNode.executeLocalCommand(String command) Executes a command locally using ProcessBuilder with real-time streaming.private Node.CommandResultNode.executeRemoteCommand(String command) Executes a command on the remote node via SSH using JSch with real-time streaming.Node.executeSudoCommand(String command) Executes a command with sudo privileges on the remote node.NodeInterpreter.executeSudoCommand(String command) Executes a command with sudo privileges on the remote node.Methods in com.scivicslab.actoriac with parameters of type Node.CommandResultModifier and TypeMethodDescriptionprivate StringNodeIIAR.combineOutput(Node.CommandResult result) Combines stdout and stderr into a single output string.private voidNodeIIAR.reportToAccumulator(Node.CommandResult result) Reports command result to the accumulator actor if available.