Search Results

4
votes

Is there a groovy equivalent to the beanshell source() method?

You can assemble all the parts of your scripts into a String, then have a GroovyShell object evaluate your script. I picked this up from Venkat Subramanium's DSL examples. part1 = …