Class ApplicationProperties

java.lang.Object
io.fluxcapacitor.javaclient.configuration.ApplicationProperties

public class ApplicationProperties extends Object
  • Constructor Details

    • ApplicationProperties

      public ApplicationProperties()
  • Method Details

    • getProperty

      public static String getProperty(String name)
    • getBooleanProperty

      public static boolean getBooleanProperty(String name)
    • getBooleanProperty

      public static boolean getBooleanProperty(String name, boolean defaultValue)
    • getIntegerProperty

      public static Integer getIntegerProperty(String name)
    • getIntegerProperty

      public static Integer getIntegerProperty(String name, Integer defaultValue)
    • getProperty

      public static String getProperty(String name, String defaultValue)
    • requireProperty

      public static String requireProperty(String name)
    • containsProperty

      public static boolean containsProperty(String name)
    • substituteProperties

      public static String substituteProperties(String template)
    • encryptValue

      public static String encryptValue(String value)