Deprecated API


Contents
Deprecated Methods
org.springframework.shell.support.util.XmlUtils.findFirstElementByName(String, Element)
          use DomUtils.findFirstElementByName(String, Element) instead 
org.springframework.shell.support.util.ClassUtils.forName(String)
          as of Spring 3.0, in favor of specifying a ClassLoader explicitly: see ClassUtils.forName(String, ClassLoader) 
org.springframework.shell.support.util.TemplateUtils.getTemplate(Class, String)
          use FileUtils.getInputStream(Class, String) instead 
org.springframework.shell.support.util.TemplateUtils.getTemplatePath(Class, String)
          use FileUtils.getPath(Class, String) instead 
org.springframework.shell.support.util.ClassUtils.isPresent(String)
          as of Spring 2.5, in favor of ClassUtils.isPresent(String, ClassLoader) 
org.springframework.shell.support.util.XmlUtils.removeTextNodes(Node)
          use DomUtils.removeTextNodes(Node) instead