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 Classes
groovy.text.RegexUtils
          use Java's JDK 1.5+ equivalent classes instead 
org.codehaus.groovy.runtime.TimeCategory
          in favor of TimeCategory 
 

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 
org.codehaus.groovy.ast.expr.MethodCallExpression.getMetaMethod()
            
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.metaclass.OwnedMetaClass.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.text.RegexUtils.quote(String)
          use java.util.regex.Pattern#quote(String) instead 
org.codehaus.groovy.runtime.DefaultGroovyMethods.readLine(InputStream)
          use Reader#readLine instead please 
groovy.lang.MetaClassImpl.retrieveMethod(String, Class[])
          use pickMethod instead 
groovy.xml.dom.DOMUtil.serialize(Element)
          use XmlUtil version instead 
groovy.xml.dom.DOMUtil.serialize(Element, OutputStream)
          use XmlUtil version instead 
org.codehaus.groovy.ast.expr.MethodCallExpression.setMetaMethod(MetaMethod)
            
groovy.util.GroovyScriptEngine.setParentClassLoader(ClassLoader)
            
groovy.xml.MarkupBuilder.transformValue(String)
            
 

Deprecated Constructors
groovy.util.FactoryBuilderSupport(Closure)
           
 


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