public class ListBackends extends Object
| Constructor and Description |
|---|
ListBackends() |
| Modifier and Type | Method and Description |
|---|---|
static int |
listBackends(String[] args)
Parses the provided command-line arguments and uses that information to
list the backend information.
|
static int |
listBackends(String[] args,
boolean initializeServer,
OutputStream outStream,
OutputStream errStream)
Parses the provided command-line arguments and uses that information to
list the backend information.
|
static void |
main(String[] args)
Parses the provided command-line arguments and uses that information to
list the backend information.
|
public ListBackends()
public static void main(String[] args)
args - The command-line arguments provided to this program.public static int listBackends(String[] args)
args - The command-line arguments provided to this program.public static int listBackends(String[] args, boolean initializeServer, OutputStream outStream, OutputStream errStream)
args - The command-line arguments provided to this
program.initializeServer - Indicates whether to initialize the server.outStream - The output stream to use for standard output, or
null if standard output is not
needed.errStream - The output stream to use for standard error, or
null if standard error is not
needed.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.