public final class CLI extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ARGS_PROPERTY
Name of system property for command line argument class.
|
| Modifier | Constructor and Description |
|---|---|
private |
CLI()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
doRequest(CommandLineArguments args)
Make a request using the arguments established.
|
private static void |
errorAndExit(String errorMessage)
Logs, as an error, the error message and exits the program.
|
static void |
main(String[] args)
Command line entry point.
|
@Nonnull @NotEmpty public static final String ARGS_PROPERTY
public static void main(@Nonnull String[] args)
args - command line argumentsprivate static void doRequest(@Nonnull CommandLineArguments args)
args - the populated command line argumentsCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.