org.apache.xbean.command
Class Lookup

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

public class Lookup
extends Object
implements Command


Constructor Summary
Lookup()
           
Lookup(Context ctx)
           
 
Method Summary
 void list(String name, InputStream in, PrintStream out)
           
 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

Lookup

public Lookup()
       throws Exception
Throws:
Exception

Lookup

public Lookup(Context ctx)
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:

list

public void list(String name,
                 InputStream in,
                 PrintStream out)
          throws IOException
Throws:
IOException


Copyright © 2005-2012. All Rights Reserved.