public class UpdaterOptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdaterOptions.UpdaterOptionsBuilder
Builder of
UpdaterOptions |
| Modifier and Type | Field and Description |
|---|---|
static UpdaterOptions |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ExternalFileDeleter |
getExternalFileDeleter()
The external file deleter is used to check if some external files need to be downloaded.
|
java.lang.String |
getJavaPath()
The path to the java executable to use with Forge and Fabric installers.
|
boolean |
isVersionChecker()
Should check the version of FlowUpdater.
|
public static final UpdaterOptions DEFAULT
public ExternalFileDeleter getExternalFileDeleter()
ExternalFileDeleterpublic boolean isVersionChecker()
public java.lang.String getJavaPath()