Package groovy.util

Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans.

See:
          Description

Interface Summary
ResourceConnector  
 

Class Summary
AntBuilder Allows Ant tasks to be used with GroovyMarkup
Bitwise Support for bitwise operations.
BuilderSupport An abstract base class for creating arbitrary nested trees of objects or events
CharsetToolkit Utility class to guess the encoding of a given text file.
ClosureComparator A Comparator which uses a closure to compare 2 values being equal
Expando Represents a dynamically expandable bean.
GroovyLog Represents an arbitrary logging service.
GroovyMBean A GroovyObject facade for an underlying MBean which acts like a normal groovy object but which is actually implemented via an underlying JMX MBean.
GroovyScriptEngine  
GroovyTestCase A default JUnit TestCase in Groovy.
GroovyTestSuite A TestSuite which will run a Groovy unit test case inside any Java IDE either as a unit test case or as an application.
IndentPrinter A helper class for printing indented text
MapEntry Represents a list of Integer objects key a specified Object up to but not including a given and to.
Node Represents an arbitrary tree node which can be used for structured metadata which can be any arbitrary XML-like tree.
NodeBuilder A helper class for creating nested trees of Node objects for handling arbitrary data
NodePrinter A helper class for creating nested trees of data
OrderBy A helper class for sorting objects via a closure to return the field or operation on which to sort.
Proxy Dynamic groovy proxy for another object.
XmlParser A helper class for parsing XML into a tree of Node instances for a simple way of processing XML.
 

Exception Summary
ResourceException  
ScriptException  
 

Package groovy.util Description

Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans.



Copyright © 2003-2004 The Codehaus. All Rights Reserved.