All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.devonfw.cobigen.api.constants.BackupPolicy Maven / Gradle / Ivy

The newest version!
package com.devonfw.cobigen.api.constants;

/**
 * This enumeration states if a backup is necessary or not.
 */
public enum BackupPolicy {
  /**
   * if no backup is necessary
   */
  NO_BACKUP,
  /**
   * if a backup should be made if it is possible to do so and otherwise continue without backup
   */
  BACKUP_IF_POSSIBLE,
  /**
   * if the backup is necessary and in case the backup cannot be created an exception will be thrown
   */
  ENFORCE_BACKUP
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy