Class SubstitutionAlgorithmFactory


  • public class SubstitutionAlgorithmFactory
    extends Object
    A factory to retrieve the algorithm used to perform String substitution.
    • Constructor Detail

      • SubstitutionAlgorithmFactory

        public SubstitutionAlgorithmFactory()
    • Method Detail

      • getAlgorithm

        public SubstitutionAlgorithm getAlgorithm​(Map<String,​String> substitutionMap)
        Get's the algorithm use to perform string substitution.
        Parameters:
        substitutionMap - Map of substitutable key/value pairs.
        Returns:
        String substitution algorithm.