org.apache.xbean.command
Constructor and Description |
---|
Lookup() |
Lookup(javax.naming.Context ctx) |
Modifier and Type | Method and Description |
---|---|
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() |
public Lookup() throws java.lang.Exception
java.lang.Exception
public Lookup(javax.naming.Context ctx)
public static void register()
public int main(java.lang.String[] args, java.io.InputStream in, java.io.PrintStream out)
Command
public void list(java.lang.String name, java.io.InputStream in, java.io.PrintStream out) throws java.io.IOException
java.io.IOException
Copyright © 2005-2014. All Rights Reserved.