public class Task extends Object
| Constructor and Description |
|---|
Task() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIn() |
String |
getOptions() |
String |
getOut() |
String |
getProcessor() |
void |
setIn(String in) |
void |
setOptions(String options) |
void |
setOut(String out) |
void |
setProcessor(String processor) |
public String getProcessor()
public void setProcessor(String processor)
processor - the processor to setpublic String getIn()
public void setIn(String in)
in - the in to setpublic String getOut()
public void setOut(String out)
out - the out to setpublic String getOptions()
public void setOptions(String options)
options - the options to setCopyright © 2014. All Rights Reserved.