public class ExecResult
extends java.lang.Object
Title: Service Event Fabric Runtime
Description: OS execution result.
Modifier and Type | Class and Description |
---|---|
static class |
ExecResult.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
DIRECTORY_DOESNOT_EXISTS |
static int |
EXEC_FAIELD |
static int |
EXECUTION_EXCEPTION |
static int |
EXECUTION_INTERRUPTED |
Modifier and Type | Method and Description |
---|---|
static ExecResult.Builder |
builder() |
static ExecResult |
execCallFailed(java.lang.Exception exception) |
int |
getCode() |
java.lang.String |
getError() |
java.lang.String |
getOutput() |
RowSet |
getOutputRowSet() |
static ExecResult |
homeDirectoryDoesntExist(java.lang.String directory) |
public static int DIRECTORY_DOESNOT_EXISTS
public static int EXEC_FAIELD
public static int EXECUTION_EXCEPTION
public static int EXECUTION_INTERRUPTED
public int getCode()
public java.lang.String getOutput()
public java.lang.String getError()
public RowSet getOutputRowSet()
public static ExecResult.Builder builder()
public static ExecResult homeDirectoryDoesntExist(java.lang.String directory)
public static ExecResult execCallFailed(java.lang.Exception exception)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.