public abstract class Executable extends Condition
| Modifier and Type | Class and Description |
|---|---|
protected class |
Executable.DatabaseBody |
protected class |
Executable.FileBody |
protected static class |
Executable.Type |
| Modifier | Constructor and Description |
|---|---|
protected |
Executable(java.lang.String name,
Executable.Type type,
java.lang.Object body) |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
createRunFileParams(java.lang.String path) |
Executable |
setOutput(java.lang.Boolean output) |
protected Executable(java.lang.String name,
Executable.Type type,
java.lang.Object body)
public Executable setOutput(java.lang.Boolean output)
public static com.fasterxml.jackson.databind.JsonNode createRunFileParams(java.lang.String path)