Package jcckit.util

Interface ConfigData

    • Method Detail

      • getFullKey

        String getFullKey​(String key)
        Returns the full key.
        Parameters:
        key - A (relative) key. null is not allowed.
        Returns:
        the full key including path.
      • get

        String get​(String key)
        Returns the value associated with this key.
        Parameters:
        key - The relative key. null is not allowed.
        Returns:
        the associated value. Will be null if no value exists for key.
      • getNode

        ConfigData getNode​(String key)
        Returns the ConfigData object associated with this key.
        Parameters:
        key - The relative key. null is not allowed.
        Returns:
        the associated value. Will never return null. Instead an empty ConfigData is returned.