cakoose.util.app
Class CommandLineLauncher.RawOutput
java.lang.Object
cakoose.util.app.CommandLineLauncher.RawOutput
- Enclosing class:
- CommandLineLauncher
public abstract static class CommandLineLauncher.RawOutput
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineLauncher.RawOutput
public CommandLineLauncher.RawOutput()
run
protected abstract void run(PrintStream out,
InputStream in,
PrintWriter err,
String[] args)
exit
public static CommandLineLauncher.Exit exit(int code)
- Returns a new
CommandLineLauncher.Exit object. Example usage: throw exit(1)