| Package | Description |
|---|---|
| com.github.rcaller.rstuff |
| Modifier and Type | Method and Description |
|---|---|
FailurePolicy |
RCallerOptions.getFailurePolicy() |
static FailurePolicy |
FailurePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailurePolicy[] |
FailurePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static RCallerOptions |
RCallerOptions.create(FailurePolicy failurePolicy,
long maxWaitTime) |
static RCallerOptions |
RCallerOptions.create(FailurePolicy failurePolicy,
long maxWaitTime,
long initialWaitTime,
RProcessStartUpOptions rProcessStartUpOptions) |
static RCallerOptions |
RCallerOptions.create(FailurePolicy failurePolicy,
long maxWaitTime,
RProcessStartUpOptions rProcessStartUpOptions) |
static RCallerOptions |
RCallerOptions.create(String rScriptExecutable,
String rExecutable,
FailurePolicy failurePolicy,
long maxWaitTime,
long initialWaitTime,
RProcessStartUpOptions rProcessStartUpOptions) |
Copyright © 2016. All rights reserved.