Class BootstrapConfiguration

java.lang.Object
lu.kbra.modelizer_next.bootstrap.config.BootstrapConfiguration

public class BootstrapConfiguration extends Object
Persisted bootstrap configuration, including the selected update channel and installed app state.
  • Constructor Details

    • BootstrapConfiguration

      public BootstrapConfiguration()
  • Method Details

    • getUpdateChannel

      public UpdateChannel getUpdateChannel()
      Returns the update channel.
      Returns:
      the update channel
    • isAutoCheckUpdates

      public boolean isAutoCheckUpdates()
      Checks whether auto check updates is enabled or applies.
      Returns:
      true if auto check updates is enabled or applies; otherwise false
    • setAutoCheckUpdates

      public void setAutoCheckUpdates(boolean autoCheckUpdates)
      Sets the auto check updates.
      Parameters:
      autoCheckUpdates - whether auto check updates is enabled
    • setUpdateChannel

      public void setUpdateChannel(UpdateChannel updateChannel)
      Sets the update channel.
      Parameters:
      updateChannel - update channel value used by the operation