Uses of Package
groovy.util

Packages that use groovy.util
groovy.servlet Support for Groovlets which are Servlets written as a simple Groovy script. 
groovy.text Contains the text processing utilities including templating APIs and default implementations. 
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
groovy.xml Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup. 
org.codehaus.groovy.tools.xml XML utilities such as for converting XML into Groovy scripts. 
 

Classes in groovy.util used by groovy.servlet
GroovyScriptEngine
          Specific script engine able to reload modified scripts as well as dealing properly with dependent scripts.
ResourceConnector
          Base interface for customizing where resources can be found for the GroovyScriptEngine.
ResourceException
           
 

Classes in groovy.util used by groovy.text
IndentPrinter
          A helper class for printing indented text
Node
          Represents an arbitrary tree node which can be used for structured metadata or any arbitrary XML-like tree.
XmlNodePrinter
          Prints a node with all children in XML format.
XmlParser
          A helper class for parsing XML into a tree of Node instances for a simple way of processing XML.
 

Classes in groovy.util used by groovy.util
AbstractFactory
           
BuilderSupport
          An abstract base class for creating arbitrary nested trees of objects or events
Factory
           
FactoryBuilderSupport
          Mix of BuilderSupport and SwingBuilder's factory support.
GroovyLog
          Represents an arbitrary logging service.
GroovyScriptEngine.ScriptCacheEntry
           
IFileNameFinder
           
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 or any arbitrary XML-like tree.
NodeBuilder
          A helper class for creating nested trees of Node objects for handling arbitrary data
NodeList
          A List implementation which is returned by queries on a Node which provides some XPath like helper methods for GPath.
ObjectGraphBuilder.ChildPropertySetter
          Strategy for setting a child node on its parent.
Useful for handling Lists/Arrays vs normal properties.
ObjectGraphBuilder.ClassNameResolver
          Strategy for resolving a classname.
ObjectGraphBuilder.IdentifierResolver
          Strategy for picking the correct synthetic identifier.
ObjectGraphBuilder.NewInstanceResolver
          Strategy for creating new instances of a class.
Useful for plug-in calls to non-default constructors.
ObjectGraphBuilder.ObjectFactory
           
ObjectGraphBuilder.ObjectRefFactory
           
ObjectGraphBuilder.ReferenceResolver
          Strategy for picking the correct synthetic reference identifier.
ObjectGraphBuilder.RelationNameResolver
          Strategy for resolving a relationship property name.
Proxy
          Dynamic groovy proxy for another object.
ResourceConnector
          Base interface for customizing where resources can be found for the GroovyScriptEngine.
ResourceException
           
ScriptException
           
XmlNodePrinter.NamespaceContext
           
 

Classes in groovy.util used by groovy.xml
BuilderSupport
          An abstract base class for creating arbitrary nested trees of objects or events
IndentPrinter
          A helper class for printing indented text
 

Classes in groovy.util used by org.codehaus.groovy.tools.xml
IndentPrinter
          A helper class for printing indented text
 



Copyright © ${year} The Codehaus. All Rights Reserved.