Class GroovyStyleFactory.GroovyScriptingStyleTemplate

    • Constructor Detail

      • GroovyScriptingStyleTemplate

        public GroovyScriptingStyleTemplate()
    • Method Detail

      • getEscapedString

        public String getEscapedString​(String value)
        Description copied from interface: IScriptingStyleTemplate
        Returns the escaped version of the given string.
        Parameters:
        value - the string to be escaped.
        Returns:
        the escaped version of the given string.
      • getClassCallString

        public String getClassCallString​(Class<?> clazz)
        Description copied from interface: IScriptingStyleTemplate
        Returns the string used to call the class.
        Parameters:
        clazz - the class that will be called.
        Returns:
        the qualified name with the proper modifications needed to call the class.