org.apache.xbean.command
Interface Command

All Known Implementing Classes:
CommandShell, Exit, GroovySh, Help, Lookup, Test, Version

public interface Command


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.
 

Method Detail

main

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.

Parameters:
args -
in -
out -
Returns:


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.