public abstract class TaskDef
extends java.lang.Object
| Constructor and Description |
|---|
TaskDef() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String... args)
Run the class.
|
protected java.lang.String |
receive()
Receive a message from the process over the standard output.
|
protected void |
send(java.lang.String message)
Send a message to the process over the standard input.
|
public static void main(java.lang.String... args)
args - the command line argumentsprotected java.lang.String receive()
protected void send(java.lang.String message)
message - the message