Class TemplateUtils

  • All Implemented Interfaces:
    org.robotframework.javalib.library.KeywordDocumentationRepository, org.robotframework.javalib.library.RobotFrameworkDynamicAPI

    public class TemplateUtils
    extends org.robotframework.javalib.library.AnnotationLibrary
    • Field Summary

      • Fields inherited from class org.robotframework.javalib.library.AnnotationLibrary

        beanLoaders, classFilter
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String processTemplate​(java.lang.String templateString, java.util.Map variables)  
      • Methods inherited from class org.robotframework.javalib.library.AnnotationLibrary

        addKeywordPattern, autowireFields, createKeywordFactory, getKeywordArguments, getKeywordDocumentation, runKeyword, runKeyword
      • Methods inherited from class org.robotframework.javalib.library.KeywordFactoryBasedLibrary

        getClassLoader, getKeywordNames, setClassLoader
      • Methods inherited from class java.lang.Object

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

      • TemplateUtils

        public TemplateUtils()
    • Method Detail

      • processTemplate

        public static java.lang.String processTemplate​(java.lang.String templateString,
                                                       java.util.Map variables)
                                                throws java.lang.Exception
        Throws:
        java.lang.Exception