Class EnvConfig

java.lang.Object
com.serinity.exercicecontrol.service.api.EnvConfig

public final class EnvConfig extends Object
Class documentation.
  • Method Details

    • get

      public static String get(String key)
      Documents get.
    • get

      public static String get(String key, String defaultValue)
      Documents get.
    • require

      public static String require(String key)
      Documents require.
    • getInt

      public static int getInt(String key, int defaultValue)
      Documents getInt.
    • getDouble

      public static double getDouble(String key, double defaultValue)
      Documents getDouble.
    • getBoolean

      public static boolean getBoolean(String key, boolean defaultValue)
      Documents getBoolean.
    • has

      public static boolean has(String key)
      Documents has.