public class VanillaDownloader
extends java.lang.Object
| Constructor and Description |
|---|
VanillaDownloader(java.nio.file.Path dir,
@NotNull FlowUpdater flowUpdater)
Construct a new VanillaDownloader object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
download()
This method downloads calls other methods to download and verify all files.
|
public VanillaDownloader(java.nio.file.Path dir,
@NotNull
@NotNull FlowUpdater flowUpdater)
throws java.lang.Exception
dir - the installation directory.flowUpdater - the flow updater object.java.lang.Exception - if an I/O error occurred.