public class Test extends Object implements Command
| Constructor and Description |
|---|
Test() |
| Modifier and Type | Method and Description |
|---|---|
static void |
_DONT_register() |
int |
main(String[] args,
InputStream in,
PrintStream out)
HRC: if we really want to simulate a command line style environment,
I think think entry point needs more context data: an std error print stream and
a environment map.
|
public static void _DONT_register()
public int main(String[] args, InputStream in, PrintStream out)
CommandCopyright © 2005–2016. All rights reserved.