org.apache.xbean.command
Class Test

java.lang.Object
  extended by org.apache.xbean.command.Test
All Implemented Interfaces:
Command

public class Test
extends java.lang.Object
implements Command

Author:
David Blevins

Constructor Summary
Test()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

_DONT_register

public static void _DONT_register()

main

public int main(java.lang.String[] args,
                java.io.InputStream in,
                java.io.PrintStream out)
Description copied from interface: Command
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.

Specified by:
main in interface Command
Returns:


Copyright © 2005-2011. All Rights Reserved.