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.BuilderwithMigrateCredentials(String password, EDBEncryptionAlgorithm algorithm, boolean encryptFormData)FormcycleUpdate.BuilderwithMigrateEncryption(boolean migrate)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()
 
- 
withMigrateCredentials
public FormcycleUpdate.Builder withMigrateCredentials(String password, EDBEncryptionAlgorithm algorithm, boolean encryptFormData)
 
- 
withMigrateEncryption
public FormcycleUpdate.Builder withMigrateEncryption(boolean migrate)
 
- 
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.
 
 
 - 
 
 -