@ThreadSafety(level=COMPLETELY_THREADSAFE) public final class Launcher extends java.lang.Object
java -jar unboundid-ldapsdk.jar {tool-name} {tool-args}"
in order to invoke any of the example tools. Running just
"java -jar unboundid-ldapsdk.jar" will display version
information about the LDAP SDK.
AuthRate tool.Base64Tool tool.GenerateSchemaFromSource tool.GenerateSourceFromSchema tool.IdentifyReferencesToMissingEntries tool.IdentifyUniqueAttributeConflicts tool.IndentLDAPFilter tool.InMemoryDirectoryServerTool tool.LDAPCompare tool.LDAPModify tool.LDAPSearch tool.LDAPDebugger tool.ManageCertificates tool.ModRate tool.SearchRate tool.SearchAndModRate tool.TransformLDIF 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.