Overview
Package
Class
Deprecated
Index
Help
Groovy 2.2.0
PREV NEXT
FRAMES
NO FRAMES
All Classes
groovy 2.2.0 API
Groovy - An agile dynamic language for the Java Platform
(GroovyDoc for Groovy and Java classes)
See:
Description
Packages
groovy.beans
groovy.grape
groovy.inspect
groovy.inspect.swingui
Classes associated with the Swing GUI for inspecting objects.
groovy.io
groovy.jmx.builder
Classes for the JMX Builder.
groovy.json
groovy.lang
groovy.mock.interceptor
The groovy.mock.interceptor is an all-groovy mock testing library.
groovy.model
An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects
groovy.security
groovy.servlet
Support for Groovlets which are Servlets written as a simple Groovy script.
groovy.sql
Groovy helper classes for working with SQL data as Groovy objects
groovy.swing
A GroovyMarkup builder for creating Swing user interfaces
groovy.swing.binding
Binding classes for SwingBuilder
groovy.swing.factory
SwingBuilder helper classes for creating components
groovy.swing.impl
Implementation classes for SwingBuilder
groovy.test
groovy.text
Contains the text processing utilities including templating APIs and default implementations.
groovy.time
groovy.transform
groovy.ui
An interactive command line terminal along with a Swing console for evaluating Groovy scripts.
groovy.ui.text
Text processing helpers for the interactive command line terminal.
groovy.ui.view
groovy.util
groovy.util.logging
groovy.util.slurpersupport
Helper classes for XmlSlurper.
groovy.xml
Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup.
groovy.xml.dom
Groovy XML Dom processing classes.
groovy.xml.streamingmarkupsupport
XmlBuilder related classes to support streaming XML.
org.apache.commons.cli
org.codehaus.groovy
org.codehaus.groovy.ant
Ant tasks for working with Groovy - such as groovyc for compiling Groovy source code to Java bytecode
org.codehaus.groovy.antlr
org.codehaus.groovy.antlr.java
org.codehaus.groovy.antlr.parser
org.codehaus.groovy.antlr.treewalker
org.codehaus.groovy.ast
org.codehaus.groovy.ast.builder
org.codehaus.groovy.ast.expr
org.codehaus.groovy.ast.stmt
org.codehaus.groovy.ast.tools
org.codehaus.groovy.binding
Classes related to property binding.
org.codehaus.groovy.bsf
Defines the BSF Engine for using Groovy inside any BSF application.
org.codehaus.groovy.classgen
org.codehaus.groovy.classgen.asm
org.codehaus.groovy.classgen.asm.sc
org.codehaus.groovy.cli
org.codehaus.groovy.control
org.codehaus.groovy.control.customizers
org.codehaus.groovy.control.customizers.builder
org.codehaus.groovy.control.io
org.codehaus.groovy.control.messages
org.codehaus.groovy.groovydoc
GroovyDoc internal classes.
org.codehaus.groovy.jsr223
org.codehaus.groovy.plugin
org.codehaus.groovy.reflection
org.codehaus.groovy.reflection.stdclasses
org.codehaus.groovy.runtime
org.codehaus.groovy.runtime.callsite
org.codehaus.groovy.runtime.dgmimpl
org.codehaus.groovy.runtime.dgmimpl.arrays
org.codehaus.groovy.runtime.m12n
org.codehaus.groovy.runtime.memoize
org.codehaus.groovy.runtime.metaclass
org.codehaus.groovy.runtime.powerassert
org.codehaus.groovy.runtime.typehandling
org.codehaus.groovy.runtime.wrappers
org.codehaus.groovy.syntax
org.codehaus.groovy.testng
org.codehaus.groovy.tools
org.codehaus.groovy.tools.ast
org.codehaus.groovy.tools.groovydoc
GroovyDoc tool.
org.codehaus.groovy.tools.groovydoc.gstringTemplates
org.codehaus.groovy.tools.gse
org.codehaus.groovy.tools.javac
org.codehaus.groovy.tools.shell
Provides support for the Groovy Shell (aka.
org.codehaus.groovy.tools.shell.commands
org.codehaus.groovy.tools.shell.completion
org.codehaus.groovy.tools.shell.util
Utility classes related to the Groovy Shell (aka.
org.codehaus.groovy.tools.xml
org.codehaus.groovy.transform
org.codehaus.groovy.transform.sc
org.codehaus.groovy.transform.sc.transformers
org.codehaus.groovy.transform.stc
org.codehaus.groovy.util
org.codehaus.groovy.vmplugin
org.codehaus.groovy.vmplugin.v5
org.codehaus.groovy.vmplugin.v6
Groovy - An agile dynamic language for the Java Platform
(GroovyDoc for Groovy and Java classes)
Groovy...
is an agile and
dynamic language
for the
Java Virtual Machine
builds upon the strengths of Java but has
additional power features
inspired by languages like Python, Ruby and Smalltalk
makes
modern programming features
available to Java developers with
almost-zero learning curve
supports
Domain-Specific Languages
and other compact syntax so your code becomes
easy to read and maintain
makes writing shell and build scripts easy with its
powerful processing primitives
, OO abilities and an Ant DSL
increases developer productivity by
reducing scaffolding code
when developing web, GUI, database or console applications
simplifies testing
by supporting unit testing and mocking out-of-the-box
seamlessly
integrates with all existing Java objects and libraries
compiles straight to Java bytecode so you can use it anywhere you can use Java
Copyright © 2003-2013 The Codehaus. All rights reserved.