public abstract class Download extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
noCheckMd5 |
protected boolean |
overwrite |
protected boolean |
verbose |
| Constructor and Description |
|---|
Download(boolean noCheckMd5,
boolean overwrite,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkNecessaryEnvironmentVariables() |
protected abstract DownloadExecutionResult |
execute() |
boolean |
isVerbose() |
protected DownloadExecutionResult |
process(FileAcceptor<?> acceptor,
FileSource fileSource) |
protected final boolean noCheckMd5
protected final boolean overwrite
protected final boolean verbose
protected DownloadExecutionResult process(FileAcceptor<?> acceptor, FileSource fileSource) throws DownloaderException
DownloaderExceptionprotected abstract DownloadExecutionResult execute()
protected void checkNecessaryEnvironmentVariables()
public boolean isVerbose()
Copyright © 2021. All rights reserved.