Package de.xima.fc.update
Class FormcycleUpdate.Builder
java.lang.Object
de.xima.fc.update.FormcycleUpdate.Builder
- Enclosing class:
- FormcycleUpdate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withEncryptionMigration
(String password, EDBEncryptionAlgorithm algorithm, boolean encryptFormData) withUpdatePlugins
(boolean updatePlugins) Sets whether to update all plugins that are connected to a remote repository to their latest compatible version.
-
Constructor Details
-
Builder
-
-
Method Details
-
build
-
withEncryptionMigration
public FormcycleUpdate.Builder withEncryptionMigration(String password, EDBEncryptionAlgorithm algorithm, boolean encryptFormData) -
withUpdatePlugins
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.
-