|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.unboundid.util.Launcher
@ThreadSafety(level=COMPLETELY_THREADSAFE) public final class Launcher
This class provides an entry point that may be used to launch other tools
provided as part of the LDAP SDK. This is primarily a convenience for
someone who just has the jar file and none of the scripts, since you can run
"java -jar unboundid-ldapsdk-se.jar {tool-name} {tool-args}"
in order to invoke any of the example tools. Running just
"java -jar unboundid-ldapsdk-se.jar" will display version
information about the LDAP SDK.
The tool names are case-insensitive. Supported tool names include:
AuthRate tool.InMemoryDirectoryServerTool tool.GenerateSchemaFromSource tool.GenerateSourceFromSchema tool.IdentifyReferencesToMissingEntries tool.IdentifyUniqueAttributeConflicts tool.InMemoryDirectoryServerTool tool.LDAPCompare tool.LDAPModify tool.LDAPSearch tool.LDAPDebugger tool.ModRate tool.SearchRate tool.SearchAndModRate tool.ValidateLDIF tool.
| Method Summary | |
|---|---|
static ResultCode |
main(java.io.OutputStream outStream,
java.io.OutputStream errStream,
java.lang.String... args)
Parses the command-line arguments and performs any appropriate processing for this program. |
static void |
main(java.lang.String... args)
Parses the command-line arguments and performs any appropriate processing for this program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(java.lang.String... args)
args - The command-line arguments provided to this program.
public static ResultCode main(java.io.OutputStream outStream,
java.io.OutputStream errStream,
java.lang.String... args)
outStream - The output stream to which standard out should be
written. It may be null if output should be
suppressed.errStream - The output stream to which standard error should be
written. It may be null if error messages
should be suppressed.args - The command-line arguments provided to this program.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||