Class UpdateLaunchBootstrap
java.lang.Object
net.christophermerrill.update4j.multichannel.UpdateLaunchBootstrap
public abstract class UpdateLaunchBootstrap
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected BootstrapConfiguration_configprotected BootstrapSettings_settingsstatic UpdateLaunchBootstrapINSTANCE -
Constructor Summary
Constructors Constructor Description UpdateLaunchBootstrap() -
Method Summary
Modifier and Type Method Description voidboot()protected abstract BootstrapConfigurationcreateConfig()protected abstract BootstrapSettingscreateSettings(BootstrapConfiguration config, java.io.File settings_folder)BootstrapConfigurationgetConfig()BootstrapSettingsgetSettings()
-
Field Details
-
Constructor Details
-
UpdateLaunchBootstrap
public UpdateLaunchBootstrap()
-
-
Method Details
-
boot
public void boot() throws java.io.IOException- Throws:
java.io.IOException
-
createConfig
-
createSettings
protected abstract BootstrapSettings createSettings(BootstrapConfiguration config, java.io.File settings_folder) -
getConfig
-
getSettings
-