Class FormcycleUpdate.Builder

java.lang.Object
de.xima.fc.update.FormcycleUpdate.Builder
Enclosing class:
FormcycleUpdate

public static final class FormcycleUpdate.Builder extends Object
  • Constructor Details

  • Method Details

    • build

      public FormcycleUpdate build()
    • withEncryptionMigration

      public FormcycleUpdate.Builder withEncryptionMigration(String password, EDBEncryptionAlgorithm algorithm, boolean encryptFormData)
    • withUpdatePlugins

      public FormcycleUpdate.Builder withUpdatePlugins(boolean updatePlugins)
      Sets whether to update all plugins that are connected to a remote repository to their latest compatible version.
      Parameters:
      updatePlugins - Whether to update plugins.
      Returns:
      This builder instance for chaining method calls.