Package com.configcat

Class Config


  • public class Config
    extends java.lang.Object
    Details of a ConfigCat config.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Config EMPTY  
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​Setting> getEntries()
      The map of settings.
      com.configcat.Preferences getPreferences()
      The config preferences.
      Segment[] getSegments()
      The list of segments.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EMPTY

        public static final Config EMPTY
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • getPreferences

        public com.configcat.Preferences getPreferences()
        The config preferences.
      • getSegments

        public Segment[] getSegments()
        The list of segments.
      • getEntries

        public java.util.Map<java.lang.String,​Setting> getEntries()
        The map of settings.