Class ConfigSources

  • All Implemented Interfaces:
    java.lang.Iterable<ConfigSource>

    public class ConfigSources
    extends java.lang.Object
    implements java.lang.Iterable<ConfigSource>
    Weighted List of ConfigSources.
    • Constructor Detail

      • ConfigSources

        public ConfigSources()
    • Method Detail

      • add

        public void add​(ConfigSource source)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getProp

        public Props.Prop getProp​(java.lang.String key)
      • getProps

        public Props getProps()
      • iterator

        public java.util.Iterator<ConfigSource> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<ConfigSource>
      • reverseListIterator

        public java.util.ListIterator<ConfigSource> reverseListIterator()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object