| Modifier and Type | Method and Description |
|---|---|
static Task.Options |
Task.Options.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Task.Options[] |
Task.Options.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Task.Options> |
Task.getOptions()
Deprecated.
Replaced by the more flexible
Task.getOptionsDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setOptions(Set<Task.Options> options)
Deprecated.
Replaced by the more flexible
Task.setOptionsDefinition(String) |
| Constructor and Description |
|---|
Task(String processor,
String in,
String out,
Set<Task.Options> options)
Deprecated.
Replaced by
Task.Task(String, String, String, String) |
Copyright © 2014. All Rights Reserved.