Package de.xima.fc.update
Class FormcycleUpdate.Builder
- java.lang.Object
-
- de.xima.fc.update.FormcycleUpdate.Builder
-
- Enclosing class:
- FormcycleUpdate
public static final class FormcycleUpdate.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormcycleUpdatebuild()FormcycleUpdate.BuilderwithEncryptionMigration(String password, EDBEncryptionAlgorithm algorithm, boolean encryptFormData)FormcycleUpdate.BuilderwithUpdatePlugins(boolean updatePlugins)Sets whether to update all plugins that are connected to a remote repository to their latest compatible version.
-
-
-
Method Detail
-
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.
-
-