Class ConfigValue


  • public final class ConfigValue
    extends java.lang.Object
    Value for a config. Used to store the leaf value while parsing the configs.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigValue​(java.lang.String value)
      Constructor to hold a config value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()
      Get the config value.
      • Methods inherited from class java.lang.Object

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

      • ConfigValue

        public ConfigValue​(java.lang.String value)
        Constructor to hold a config value.
        Parameters:
        value - to hld hor the config
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Get the config value.
        Returns:
        config value