|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.client.cli.DsFrameworkCliMain
public class DsFrameworkCliMain
This class provides a tool that can be used to Directory Server framework services.
Constructor Summary | |
---|---|
DsFrameworkCliMain(java.io.PrintStream out,
java.io.PrintStream err)
Constructor for the DsFrameworkCLI object. |
Method Summary | |
---|---|
int |
execute(java.lang.String[] args,
boolean initializeServer)
Parses the provided command-line arguments and uses that information to run the dsframework tool. |
static void |
main(java.lang.String[] args)
The main method for dsframework tool. |
static int |
mainCLI(java.lang.String[] args)
Parses the provided command-line arguments and uses that information to run the dsframework tool. |
static int |
mainCLI(java.lang.String[] args,
boolean initializeServer,
java.io.OutputStream outStream,
java.io.OutputStream errStream)
Parses the provided command-line arguments and uses that information to run the dsframework tool. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DsFrameworkCliMain(java.io.PrintStream out, java.io.PrintStream err)
out
- The print stream to use for standard output.err
- The print stream to use for standard error.Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The command-line arguments provided to this program.public static int mainCLI(java.lang.String[] args)
args
- The command-line arguments provided to this program.
public static int mainCLI(java.lang.String[] args, boolean initializeServer, java.io.OutputStream outStream, java.io.OutputStream errStream)
args
- The command-line arguments provided to this
program.initializeServer
- Indicates whether to initialize the server.outStream
- The output stream to use for standard output, or
null
if standard output is not
needed.errStream
- The output stream to use for standard error, or
null
if standard error is not
needed.
public int execute(java.lang.String[] args, boolean initializeServer)
args
- The command-line arguments provided to this
program.initializeServer
- Indicates whether to initialize the server.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |