public final class Main extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
Main.CommandLineArgs
Manages command line parsing for application.
|
| Modifier and Type | Field and Description |
|---|---|
private static Main.CommandLineArgs |
COMMAND_LINE_ARGS
Command line argument container.
|
private static String[] |
CONFIG_FILES
List of assumed Spring configuration files used with the AACLI.
|
private static Logger |
LOG
Class logger.
|
| Modifier | Constructor and Description |
|---|---|
private |
Main()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private static ApplicationContext |
buildApplicationContext()
Builds the Spring application context for the tool.
|
private static void |
errorAndExit(String errorMessage,
Exception e)
Logs, as an error, the error message and exits the program.
|
static void |
main(String[] args)
Command line entry point.
|
private static final Logger LOG
private static final String[] CONFIG_FILES
private static final Main.CommandLineArgs COMMAND_LINE_ARGS
public static void main(@Nonnull String[] args)
args - command line argumentsprivate static ApplicationContext buildApplicationContext()
Copyright © 1999–2014. All rights reserved.