public class DownloaderApp extends DataBridgeApp
DataBridgeApp.ReturnValueBUILD_INFO_STRING_FORMAT, disableHostnameVerification, disableHostnameVerificationOpt, dmRegServerHostOpt, dmRegServerPortOpt, helpOpt, httpProxyHostOpt, httpProxyPort, httpProxyPortOpt, localPathOpt, manifestPathOpt, maxThreads, maxThreadsOpt, passwordOpt, regServerHost, regServerHostOpt, regServerPort, regServerPortOpt, s3AccessKeyOpt, s3EndpointOpt, s3SecretKeyOpt, socketTimeoutOpt, sslOpt, trustSelfSignedCertificate, trustSelfSignedCertificateOpt, usernameOpt, useSsl, versionOpt| Constructor and Description |
|---|
DownloaderApp()
Constructs a new UploaderApp instance.
|
| Modifier and Type | Method and Description |
|---|---|
ArgumentParser |
getArgumentParser()
Gets the application argument parser.
|
DataBridgeApp.ReturnValue |
go(String[] args)
Parses the command line arguments and calls the controller to process the download.
|
static void |
main(String[] args)
The main method of the Downloader Application.
|
createApplicationContext, parseCommandLineArgumentspublic DataBridgeApp.ReturnValue go(String[] args) throws Exception
go in class DataBridgeAppargs - the command line arguments passed to the program.Exception - if there are problems performing the download.public ArgumentParser getArgumentParser()
DataBridgeAppgetArgumentParser in class DataBridgeApppublic static void main(String[] args)
args - the command line arguments passed to the program.Copyright © 2019. All rights reserved.