Enum Class BackupWarning

java.lang.Object
java.lang.Enum<BackupWarning>
org.eblocker.server.common.data.backup.BackupWarning
All Implemented Interfaces:
Serializable, Comparable<BackupWarning>, java.lang.constant.Constable

public enum BackupWarning extends Enum<BackupWarning>
Warnings that can occur during export or import of a backup. They should be shown to the user.
  • Enum Constant Details

    • LICENSE_CRYPTO_FAILURE

      public static final BackupWarning LICENSE_CRYPTO_FAILURE
    • NO_PASSWORD_HTTPS_CA_NOT_IMPORTED

      public static final BackupWarning NO_PASSWORD_HTTPS_CA_NOT_IMPORTED
    • NO_PASSWORD_OPENVPN_SERVER_NOT_IMPORTED

      public static final BackupWarning NO_PASSWORD_OPENVPN_SERVER_NOT_IMPORTED
    • NO_PASSWORD_OPENVPN_CLIENTS_NOT_IMPORTED

      public static final BackupWarning NO_PASSWORD_OPENVPN_CLIENTS_NOT_IMPORTED
    • NO_PASSWORD_REGISTRATION_NOT_IMPORTED

      public static final BackupWarning NO_PASSWORD_REGISTRATION_NOT_IMPORTED
    • UPNP_PORT_FORWARDING_FAILURE

      public static final BackupWarning UPNP_PORT_FORWARDING_FAILURE
  • Method Details

    • values

      public static BackupWarning[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BackupWarning valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null