public class SCIMQueryRate extends com.unboundid.util.CommandLineTool
ValuePattern
class. This makes it possible to query over a range of resources rather
than repeatedly performing queries with the same filter.
| Constructor and Description |
|---|
SCIMQueryRate(OutputStream outStream,
OutputStream errStream)
Creates a new instance of this tool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToolArguments(com.unboundid.util.args.ArgumentParser parser) |
com.unboundid.ldap.sdk.ResultCode |
doToolProcessing()
Performs the actual processing for this tool.
|
LinkedHashMap<String[],String> |
getExampleUsages() |
String |
getToolDescription()
Retrieves the description for this tool.
|
String |
getToolName()
Retrieves the name for this tool.
|
static void |
main(String[] args)
Parse the provided command line arguments and make the appropriate set of
changes.
|
static com.unboundid.ldap.sdk.ResultCode |
main(String[] args,
OutputStream outStream,
OutputStream errStream)
Parse the provided command line arguments and make the appropriate set of
changes.
|
createArgumentParser, defaultsToInteractiveMode, doExtendedArgumentValidation, doShutdownHookProcessing, err, getErr, getMaxTrailingArguments, getMinTrailingArguments, getOut, getToolVersion, getTrailingArgumentsPlaceholder, out, registerShutdownHook, runTool, supportsInteractiveMode, supportsPropertiesFile, wrapErr, wrapOutpublic SCIMQueryRate(OutputStream outStream, OutputStream errStream)
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.public static void main(String[] args)
args - The command line arguments provided to this program.public static com.unboundid.ldap.sdk.ResultCode main(String[] args, OutputStream outStream, OutputStream errStream)
args - The command line arguments provided to this program.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.public String getToolName()
getToolName in class com.unboundid.util.CommandLineToolpublic String getToolDescription()
getToolDescription in class com.unboundid.util.CommandLineToolpublic void addToolArguments(com.unboundid.util.args.ArgumentParser parser) throws com.unboundid.util.args.ArgumentException
addToolArguments in class com.unboundid.util.CommandLineToolcom.unboundid.util.args.ArgumentExceptionpublic LinkedHashMap<String[],String> getExampleUsages()
getExampleUsages in class com.unboundid.util.CommandLineToolpublic com.unboundid.ldap.sdk.ResultCode doToolProcessing()
doToolProcessing in class com.unboundid.util.CommandLineToolCopyright © 2011–2016 UnboundID. All rights reserved.