|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.unboundidds.Launcher
@ThreadSafety(level=COMPLETELY_THREADSAFE) public final class Launcher
NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java. It is not available for use in applications that include only the Standard Edition of the LDAP SDK, and is not supported for use in conjunction with non-UnboundID products.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.
AuthRate
tool.DeliverOneTimePassword
tool.DumpDNs
tool.InMemoryDirectoryServerTool
tool.GenerateSchemaFromSource
tool.GenerateSourceFromSchema
tool.IdentifyReferencesToMissingEntries
tool.IdentifyUniqueAttributeConflicts
tool.InMemoryDirectoryServerTool
tool.LDAPCompare
tool.LDAPModify
tool.LDAPSearch
tool.LDAPDebugger
tool.ModRate
tool.MoveSubtree
tool.SearchRate
tool.SearchAndModRate
tool.SubtreeAccessibility
tool.SummarizeAccessLog
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 |