| Modifier and Type | Class and Description |
|---|---|
class |
IOStreams
Immutable aggregate object which contains STDIN, STDOUT and STDERR streams.
|
| Modifier and Type | Field and Description |
|---|---|
private IO |
InvokableAdapter.ioStreams
I/O streams.
|
| Modifier and Type | Method and Description |
|---|---|
IO |
InvokableAdapter.getIoStreams() |
IO |
Invokable.getIoStreams()
Get stream object for I/O.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InvokableAdapter.main(Invokable invokable,
IO ioStreams)
Inject the I/O streams to the invokable and then calls
Invokable.init() and then
Invokable.execute(). |
static void |
InvokableAdapter.main(Invokable invokable,
IO ioStreams,
boolean debug)
|
void |
InvokableAdapter.setIoStreams(IO ioStreams) |
void |
Invokable.setIoStreams(IO ioStreams)
Set stream object for I/O.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.