Class CompoundConfig

  • All Implemented Interfaces:
    Config

    public class CompoundConfig
    extends java.lang.Object
    implements Config
    • Constructor Summary

      Constructors 
      Constructor Description
      CompoundConfig​(Config mostImportant, Config... othersInDescendingOrderOfImportance)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.util.List<java.lang.String>> getAll​(java.lang.String section, java.lang.String option)  
      • Methods inherited from class java.lang.Object

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

      • CompoundConfig

        public CompoundConfig​(Config mostImportant,
                              Config... othersInDescendingOrderOfImportance)
    • Method Detail

      • getAll

        public java.util.Optional<java.util.List<java.lang.String>> getAll​(java.lang.String section,
                                                                           java.lang.String option)
        Specified by:
        getAll in interface Config