org.apache.xbean.command
Class Exit

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

public class Exit
extends Object
implements Command


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

Constructor Detail

Exit

public Exit()
Method Detail

register

public static void register()

main

public int main(String[] args,
                InputStream in,
                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-2008 Apache Software Foundation. All Rights Reserved.