Class Config


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

      Constructors 
      Constructor Description
      Config​(java.util.List<ConfigValue> configValues)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ConfigValue> configValues()  
      • Methods inherited from class java.lang.Object

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

      • Config

        public Config​(java.util.List<ConfigValue> configValues)
    • Method Detail

      • configValues

        public java.util.List<ConfigValue> configValues()