org.apache.xbean.command
Class Lookup
java.lang.Object
org.apache.xbean.command.Lookup
- All Implemented Interfaces:
- Command
- public class Lookup
- extends java.lang.Object
- implements Command
Constructor Summary |
Lookup()
|
Lookup(javax.naming.Context ctx)
|
Method Summary |
void |
list(java.lang.String name,
java.io.InputStream in,
java.io.PrintStream out)
|
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. |
static void |
register()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Lookup
public Lookup()
throws java.lang.Exception
Lookup
public Lookup(javax.naming.Context ctx)
register
public static void 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
- Parameters:
args
- in
- out
-
- Returns:
list
public void list(java.lang.String name,
java.io.InputStream in,
java.io.PrintStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.