@ThreadSafety(level=COMPLETELY_THREADSAFE) public final class Launcher extends java.lang.Object
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.
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.Modifier and Type | Method and Description |
---|---|
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.
|
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.