Can Gsh keep data between eval calls?

Viewed 12

Because my application is OSGi, I'm trying to use Groovy to develop an interactive scripting/macro mode. GroovyShell stores variable states over multiple eval run. This means I can use it repeatedly to eval packages loaded from OSGi. Creating derived classes as OSGi packages are loaded is the main objective.

0 Answers
Related