| Package | Description |
|---|---|
| org.finra.herd.tools.common.databridge | |
| org.finra.herd.tools.downloader | |
| org.finra.herd.tools.uploader |
| Modifier and Type | Method and Description |
|---|---|
abstract DataBridgeApp.ReturnValue |
DataBridgeApp.go(String[] args)
Runs the application.
|
protected DataBridgeApp.ReturnValue |
DataBridgeApp.parseCommandLineArguments(String[] args,
org.springframework.context.ApplicationContext applicationContext)
Parses the command line arguments using the specified argument parser.
|
static DataBridgeApp.ReturnValue |
DataBridgeApp.ReturnValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataBridgeApp.ReturnValue[] |
DataBridgeApp.ReturnValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataBridgeApp.ReturnValue |
DownloaderApp.go(String[] args)
Parses the command line arguments and calls the controller to process the download.
|
| Modifier and Type | Method and Description |
|---|---|
DataBridgeApp.ReturnValue |
UploaderApp.go(String[] args)
Parses the command line arguments and calls the controller to process the upload.
|
protected DataBridgeApp.ReturnValue |
UploaderApp.parseCommandLineArguments(String[] args,
org.springframework.context.ApplicationContext applicationContext)
Parses the command line arguments using the specified argument parser.
|
Copyright © 2019. All rights reserved.