| Modifier and Type | Class and Description |
|---|---|
class |
InvokableAdapter
Abstract base implementation of an command line invokable.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InvokableAdapter.main(Invokable invokable)
Invokes
invokable with default I/O. |
static void |
InvokableAdapter.main(Invokable invokable,
IO ioStreams)
|
static void |
InvokableAdapter.main(Invokable invokable,
IO ioStreams,
boolean debug)
|
Copyright © 2012 Sven Strittmatter. All Rights Reserved.