Deprecated API


Contents
Deprecated Interfaces
groovy.swing.impl.ComponentFacade
          This interface is no longer used internally and there exists no equivilant functionality Superceded by FactoryBuilderSupport handling. 
groovy.swing.impl.ContainerFacade
          This interface is no longer used internally and there exists no equivilant functionality Superceded by FactoryBuilderSupport handling. 
groovy.swing.impl.Startable
          This interface is no longer used internally and there exists no equivilant functionality. Superceded by FactoryBuilderSupport handling. 
 

Deprecated Methods
groovy.lang.GroovyClassLoader.defineClass(ClassNode, String)
            
groovy.lang.GroovyClassLoader.defineClass(String, byte[], ProtectionDomain)
            
groovy.lang.GroovyClassLoader.expandClassPath(List, String, String, boolean)
            
groovy.swing.impl.TableLayout.getComponent()
          Simply returns this 
groovy.lang.MetaClassImpl.invokeConstructorAt(Class, Object[])
          use invokeConstructor instead 
org.codehaus.groovy.runtime.DefaultGroovyMethods.iterator(File)
          use File#eachLine instead please 
groovy.util.GroovyScriptEngine.loadScriptByName(String, ClassLoader)
            
groovy.lang.DelegatingMetaClass.pickMethod(String, Class[])
            
org.codehaus.groovy.runtime.DefaultGroovyMethods.putAt(List, List, List)
          replace with putAt(List self, Range range, List value) 
org.codehaus.groovy.runtime.DefaultGroovyMethods.putAt(List, List, Object)
          replace with putAt(List self, Range range, Object value) 
groovy.sql.Sql.queryEach(GString, Closure)
          please use eachRow instead 
groovy.sql.Sql.queryEach(String, Closure)
          please use eachRow instead 
groovy.sql.Sql.queryEach(String, List, Closure)
          please use eachRow instead 
org.codehaus.groovy.runtime.DefaultGroovyMethods.readLine(InputStream)
          use Reader#readLine instead please 
groovy.lang.MetaClassImpl.retrieveMethod(String, Class[])
          use pickMethod instead 
groovy.util.GroovyScriptEngine.setParentClassLoader(ClassLoader)
            
groovy.xml.MarkupBuilder.transformValue(String)
            
 


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