beanshell2
beanshell2 copied to clipboard
Enhancement .getAll()
Today you can use get(String) to receive an object from an ebedded interpreter.
It would be cool to get all of them. How do you think about a new Method
.getAll() which returns HashMap<String,Object>? This would be a realy helpful
feature to build a debugger on top of Beanshell2
Original issue reported on code.google.com by [email protected] on 8 Nov 2011 at 11:32
You could use Interpreter.getNameSpace().getAllNames(), returning a
String-array.
Original comment by [email protected] on 16 Nov 2011 at 9:28
Ooopps, did not see that. Perfect thanks!
Original comment by [email protected] on 17 Nov 2011 at 12:00