# Needed for Groovy Templates to emit output:
method java.io.PrintWriter print java.lang.Object
method java.io.PrintWriter print java.lang.String

# Useful general stuff:
method java.lang.CharSequence length
method java.lang.Comparable compareTo java.lang.Object
method java.lang.Object equals java.lang.Object
method java.util.Collection add java.lang.Object
method java.util.Collection size
method java.util.Map put java.lang.Object java.lang.Object
method java.util.List get int
new java.net.URL java.lang.String
method java.lang.String split java.lang.String
staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter findRegex java.lang.Object java.lang.Object
staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods join java.util.Collection java.lang.String
method java.util.Collection contains java.lang.Object
