public class RetentionExpirationDestroyerApp extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_NAME |
| Modifier and Type | Method and Description |
|---|---|
protected ToolsCommonConstants.ReturnValue |
go(String[] args)
Runs the application by parsing the command line arguments and calling the controller to export business object data that passed its relative retention
expiration.
|
static void |
main(String[] args)
The main method of the application.
|
protected ToolsCommonConstants.ReturnValue |
parseCommandLineArguments(String[] args,
org.springframework.context.ApplicationContext applicationContext)
Parses the command line arguments using the argument parser.
|
public static final String APPLICATION_NAME
public static void main(String[] args)
args - the command line arguments passed to the program.protected ToolsCommonConstants.ReturnValue go(String[] args) throws Exception
args - the command line arguments passed to the programException - if any problems were encounteredprotected ToolsCommonConstants.ReturnValue parseCommandLineArguments(String[] args, org.springframework.context.ApplicationContext applicationContext)
args - the command line argumentsapplicationContext - the Spring application contextCopyright © 2019. All rights reserved.