public class VerifyIndex extends Object
| Constructor and Description |
|---|
VerifyIndex() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Processes the command-line arguments and invokes the verify process.
|
static int |
mainVerifyIndex(String[] args,
boolean initializeServer,
OutputStream errStream)
Processes the command-line arguments and invokes the verify process.
|
public static void main(String[] args)
args - The command-line arguments provided to this program.public static int mainVerifyIndex(String[] args, boolean initializeServer, OutputStream errStream)
args - The command-line arguments provided to this
program.initializeServer - Indicates whether to initialize the server.errStream - The output stream to use for standard error, or
null if standard error is not needed.Copyright © 2010-2020 Wren Security. All Rights Reserved.