public static class LauncherOptions.LauncherOptionsImpl extends Object implements LauncherOptions
LauncherOptionsLauncherOptions.LauncherOptionsImpl| Constructor and Description |
|---|
LauncherOptionsImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFileDownloadCheckTimeStampOnInvocation() |
boolean |
isFileDownloadCleanupOnInvocation() |
<T extends LauncherOptions> |
setFileDownloadCheckTimeStampOnInvocation(boolean val)
Enable/Disable download.json time stamp check.
|
<T extends LauncherOptions> |
setFileDownloadCleanupOnInvocation(boolean val)
Enable/Disable clean up of previously downloaded artifacts for subsequent calls to
FileDownloader . |
public <T extends LauncherOptions> T setFileDownloadCleanupOnInvocation(boolean val)
LauncherOptionsFileDownloader .
Default: enabled.setFileDownloadCleanupOnInvocation in interface LauncherOptionspublic boolean isFileDownloadCleanupOnInvocation()
isFileDownloadCleanupOnInvocation in interface LauncherOptionspublic <T extends LauncherOptions> T setFileDownloadCheckTimeStampOnInvocation(boolean val)
LauncherOptionsFileDownloader will
immediately return if the time stamp is unchanged. Default: enabled.setFileDownloadCheckTimeStampOnInvocation in interface LauncherOptionspublic boolean isFileDownloadCheckTimeStampOnInvocation()
isFileDownloadCheckTimeStampOnInvocation in interface LauncherOptionsCopyright © 2016 PayPal Open Source. All rights reserved.