Class TokenSub


  • public final class TokenSub
    extends Object
    • Method Detail

      • substitute

        public static String substitute​(Config config,
                                        String pathString)
        Given a static config map, substitute occurrences of ${HERON_*} variables in the provided path string
        Parameters:
        config - a static map config object of key value pairs
        pathString - string representing a path including ${HERON_*} variables
        Returns:
        String string that represents the modified path