Package 

Class ConfigHelperKt

    • Method Summary

      Modifier and Type Method Description
      final static ConfigReader useDomain(ConfigReader $self, String domain, Character separator) Returns a config reader that has a set domain and all queries will be filtered through this domain before being delegated to the parent.
      • Methods inherited from class java.lang.Object

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

      • useDomain

         final static ConfigReader useDomain(ConfigReader $self, String domain, Character separator)

        Returns a config reader that has a set domain and all queries will be filtered through this domain before being delegated to the parent.

        Parameters:
        domain - Required, the domain to apply.
        separator - Not required, the separator to use.