org.codehaus.groovy.runtime.Invoker A helper class to invoke methods or extract properties on arbitrary Java objects dynamically @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @version $Revision: 1.65 $
org.codehaus.groovy.runtime.DefaultGroovyMethods This class defines all the new groovy methods which appear on normal JDK classes inside the Groovy environment. Static methods are used with the first parameter the destination class. @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Jeremy Rayner @author Sa ...
org.jrobin.graph.Print <p>This is a simplified version of the Gprint class, used for simple value formatting with scaling.</p> @author Arne Vandamme (cobralord@jrobin.org) ================================================================ -- Members =========================================================== ...
jodd.file.filters.WildcardFileFilter FileFilter that matches files against wildcard pattern (* and ?). For more details check the <code>FileFilterAbs</code> documentation. For wildcard matching check the <code>StringUtil</code> documentation. @see jodd.file.filters.FileFilterAbs @see jodd.util.StringUtil