Class PreferencesPlaceholderConfigurer

    • Method Detail

      • setSystemTreePath

        public void setSystemTreePath​(String systemTreePath)
        Set the path in the system preferences tree to use for resolving placeholders. Default is the root node.
      • setUserTreePath

        public void setUserTreePath​(String userTreePath)
        Set the path in the system preferences tree to use for resolving placeholders. Default is the root node.
      • resolvePlaceholder

        protected String resolvePlaceholder​(String path,
                                            String key,
                                            Preferences preferences)
        Resolve the given path and key against the given Preferences.
        Parameters:
        path - the preferences path (placeholder part before '/')
        key - the preferences key (placeholder part after '/')
        preferences - the Preferences to resolve against
        Returns:
        the value for the placeholder, or null if none found