Uses of Interface
groovy.lang.GroovyObject

Packages that use GroovyObject
groovy.gdo GroovyDataObjects (GDO) API for working with arbitrary structured data as groovy objects, perfoming searches & sorting using Groocy syntax & closures etc. 
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
groovy.mock GroovyMock is a mock testing library for Groovy objects. 
groovy.swing A GroovyMarkup builder for creating Swing user interfaces  
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.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
 

Uses of GroovyObject in groovy.gdo
 

Classes in groovy.gdo that implement GroovyObject
 class GroovyResultSet
          Represents an extent of objects
 

Uses of GroovyObject in groovy.lang
 

Classes in groovy.lang that implement GroovyObject
 class Closure
          Represents any closure object in Groovy.
 class GroovyLog
          Represents an arbitrary logging service.
 class GroovyObjectSupport
          A useful base class for Java objects wishing to be Groovy objects
 class GroovyShell
          Represents a groovy shell capable of running arbitrary groovy scripts
 class GString
          Represents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily.
 class NonEmptySequence
          Represents a sequence of objects which represents one or many instances of of objects of a given type.
 class Reference
          Represents a reference to a value
 class Script
          This object represents a Groovy script
 class Sequence
          Represents a sequence of objects which represents zero or many instances of of objects of a given type.
 

Uses of GroovyObject in groovy.mock
 

Classes in groovy.mock that implement GroovyObject
 class GroovyMock
           
 

Methods in groovy.mock that return GroovyObject
 groovy.lang.GroovyObject GroovyMock.getInstance()
           
 

Uses of GroovyObject in groovy.swing
 

Classes in groovy.swing that implement GroovyObject
 class SwingBuilder
          A helper class for creating Swing widgets using GroovyMarkup
 

Uses of GroovyObject in groovy.util
 

Classes in groovy.util that implement GroovyObject
 class AntBuilder
          Allows Ant tasks to be used with GroovyMarkup
 class BuilderSupport
          An abstract base class for creating arbitrary nested trees of objects or events
 class 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.
 class NodeBuilder
          A helper class for creating nested trees of Node objects for handling arbitrary data
 

Uses of GroovyObject in groovy.xml
 

Classes in groovy.xml that implement GroovyObject
 class DOMBuilder
          A helper class for creating a W3C DOM tree
 class MarkupBuilder
          A helper class for creating XML or HTML markup
 class Namespace
          A helper class for creating namespaced GroovyMarkup
 class SAXBuilder
          A helper class for creating a W3C D
 

Uses of GroovyObject in org.codehaus.groovy.runtime
 

Classes in org.codehaus.groovy.runtime that implement GroovyObject
 class IteratorClosureAdapter
          A closure which stores calls in a List so that method calls can be iterated over in a 'yield' style way
 class MethodClosure
          Represents a method on an object using a closure which can be invoked at any time
 



Copyright © 2003 The Codehaus. All Rights Reserved.