org.apache.xbean.command
Class Lookup
java.lang.Object
org.apache.xbean.command.Lookup
- All Implemented Interfaces:
- Command
public class Lookup
- extends Object
- implements Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Lookup
public Lookup()
throws Exception
- Throws:
Exception
Lookup
public Lookup(Context ctx)
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.