Groovy 1.7.4

Deprecated API


Interfaces
ComponentFacade
      A facade to an object which contains a component.
ContainerFacade
      A facade to an object to which components can be added.
Startable
      A simple lifecycle method called when an object is fully constructed.

Classes
TimeCategory
      This class has been moved to a public (i.e. non org.codehaus.* package).

Methods
DOMUtil#serialize(org.w3c.dom.Element element)
      Return a pretty version of the Element.
DOMUtil#serialize(org.w3c.dom.Element element, OutputStream os)
      Write a pretty version of the Element to the OutputStream.
DefaultGroovyMethods#clearTime(Date self)
      @deprecated moved to DateGroovyMethods.clearTime
DefaultGroovyMethods#clearTime(def self)
      @deprecated moved to DateGroovyMethods.clearTime
DefaultGroovyMethods#clearTime(Calendar self)
      @deprecated moved to DateGroovyMethods.clearTime
DefaultGroovyMethods#decodeBase64(String value)
      @deprecated moved to org.codehaus.groovy.runtime.EncodingGroovyMethods#decodeBase64(java.lang.String)
DefaultGroovyMethods#encodeBase64(Byte[] data, boolean chunked)
      @deprecated moved to org.codehaus.groovy.runtime.EncodingGroovyMethods#encodeBase64(java.lang.Byte[], boolean)
DefaultGroovyMethods#encodeBase64(Byte[] data)
      @deprecated moved to org.codehaus.groovy.runtime.EncodingGroovyMethods#encodeBase64(java.lang.Byte[])
DefaultGroovyMethods#encodeBase64(byte[] data, boolean chunked)
      @deprecated moved to org.codehaus.groovy.runtime.EncodingGroovyMethods#encodeBase64(byte[], boolean)
DefaultGroovyMethods#encodeBase64(byte[] data)
      @deprecated moved to org.codehaus.groovy.runtime.EncodingGroovyMethods#encodeBase64(byte[])
DefaultGroovyMethods#format(Date self, String format)
      @deprecated moved to DateGroovyMethods.format
DefaultGroovyMethods#format(Calendar self, String pattern)
      @deprecated moved to DateGroovyMethods.format
DefaultGroovyMethods#getAt(Date self, int field)
      @deprecated moved to DateGroovyMethods.getAt
DefaultGroovyMethods#getDateString(Date self)
      @deprecated moved to DateGroovyMethods.getDateString
DefaultGroovyMethods#getDateTimeString(Date self)
      @deprecated moved to DateGroovyMethods.getDateTimeString
DefaultGroovyMethods#getTimeString(Date self)
      @deprecated moved to DateGroovyMethods.getTimeString
DefaultGroovyMethods#iterator(File self)
      Just throws a DeprecationException.
DefaultGroovyMethods#iterator(def nodeList)
      @deprecated moved to XmlGroovyMethods.iterator
DefaultGroovyMethods#minus(Date self, int days)
      @deprecated moved to DateGroovyMethods.minus
DefaultGroovyMethods#minus(def self, int days)
      @deprecated moved to DateGroovyMethods.minus
DefaultGroovyMethods#minus(Calendar self, Calendar then)
      @deprecated moved to DateGroovyMethods.minus
DefaultGroovyMethods#minus(Date self, Date then)
      @deprecated moved to DateGroovyMethods.minus
DefaultGroovyMethods#next(Date self)
      @deprecated moved to DateGroovyMethods.next
DefaultGroovyMethods#next(def self)
      @deprecated moved to DateGroovyMethods.next
DefaultGroovyMethods#plus(Date self, int days)
      @deprecated moved to DateGroovyMethods.plus
DefaultGroovyMethods#plus(def self, int days)
      @deprecated moved to DateGroovyMethods.plus
DefaultGroovyMethods#previous(Date self)
      @deprecated moved to DateGroovyMethods.previous
DefaultGroovyMethods#previous(def self)
      @deprecated moved to DateGroovyMethods.previous
DefaultGroovyMethods#readLine(InputStream stream)
      Just throws a DeprecationException.
DefaultGroovyMethods#toRowResult(def rs)
      @deprecated moved to SqlGroovyMethods.toRowResult
GroovyClassLoader#parseClass(InputStream in)
      Parses the given character stream into a Java class capable of being run
GroovyClassLoader#parseClass(InputStream in, String fileName)
      @deprecated Prefer using methods taking a Reader rather than an InputStream to avoid wrong encoding issues.
GroovyCodeSource#getInputStream()
      @deprecated Prefer using methods taking a Reader rather than an InputStream to avoid wrong encoding issues.
GroovyShell#evaluate(InputStream in)
      Evaluates some script against the current Binding and returns the result
GroovyShell#evaluate(InputStream in, String fileName)
      Evaluates some script against the current Binding and returns the result
GroovyShell#parse(InputStream in, String fileName)
      Parses the given script and returns it ready to be run
GroovyShell#parse(InputStream in)
      Parses the given script and returns it ready to be run
GroovyShell#run(InputStream in, String fileName, String[] args)
      Runs the given script with command line arguments
InvokerHelper#getVersion()
      @deprecated Use GroovySystem version instead.
MetaClassImpl#invokeConstructorAt(Class at, Object[] arguments)
      Warning, this method will be removed
MetaClassImpl#retrieveMethod(String methodName, Class[] arguments)
      @deprecated use pickMethod instead
ModuleNode#addImportPackage(String packageName)
      @deprecated replaced by addStarImport(String)
ModuleNode#addStaticImportClass(String name, ClassNode type)
      @deprecated replaced by addStaticStarImport(String, ClassNode)
ModuleNode#addStaticMethodOrField(ClassNode type, String fieldName, String alias)
      @deprecated replaced by addStaticImport(ClassNode, String, String)
ModuleNode#getImportPackages()
      @deprecated replaced by getStarImports()
ModuleNode#getStaticImportAliases()
      @deprecated replaced by getStaticImports()
ModuleNode#getStaticImportClasses()
      @deprecated replaced by getStaticStarImports()
ModuleNode#getStaticImportFields()
      @deprecated replaced by getStaticImports()
TableLayout#getComponent()
      @deprecated Simply returns this

Constructors
GroovyCodeSource#GroovyCodeSource(InputStream inputStream, String name, String codeBase)
      Construct a GroovyCodeSource for an inputStream of groovyCode that has an unknown provenance -- meaning it didn't come from a File or a URL (e.g.


Copyright © 2003-2010 The Codehaus. All rights reserved.