| Package | Description |
|---|---|
| uk.ac.liv.pgb.analytica.lib |
| Modifier and Type | Method and Description |
|---|---|
static TaskExecutionResult |
TaskExecutionResult.error(String errorMessage,
Exception ex)
Creates an instance of this class denoting an unsuccessful task execution.
|
TaskExecutionResult |
Task.execute(File file,
GraphicsPolicy policy)
Executes this task with the given file and graphics policy.
|
TaskExecutionResult |
RTaskWithoutManifest.execute(File file,
GraphicsPolicy policy)
Executes this R task with the given file and graphics policy.
|
TaskExecutionResult |
RTaskWithManifest.execute(File file,
GraphicsPolicy policy)
Executes this R task with the given file and graphics policy.
|
static TaskExecutionResult |
TaskExecutionResult.success(String successMessage)
Creates an instance of this class denoting a successful task execution.
|
Copyright © 2016. All rights reserved.