public class Test extends java.lang.Object implements Command
| Constructor and Description |
|---|
Test() |
| Modifier and Type | Method and Description |
|---|---|
static void |
_DONT_register() |
int |
main(java.lang.String[] args,
java.io.InputStream in,
java.io.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 Test()
public static void _DONT_register()
public int main(java.lang.String[] args, java.io.InputStream in, java.io.PrintStream out)
CommandCopyright © 2005-2012. All Rights Reserved.