This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.oozie.util.XmlUtils.PrettyPrint (Apache Oozie Core 3.2.0-incubating API)

Uses of Class
org.apache.oozie.util.XmlUtils.PrettyPrint

Packages that use XmlUtils.PrettyPrint
org.apache.oozie.util   
 

Uses of XmlUtils.PrettyPrint in org.apache.oozie.util
 

Methods in org.apache.oozie.util that return XmlUtils.PrettyPrint
static XmlUtils.PrettyPrint XmlUtils.prettyPrint(org.apache.hadoop.conf.Configuration conf)
          Return a pretty print string for a Configuration object.
static XmlUtils.PrettyPrint XmlUtils.prettyPrint(org.jdom.Element element)
          Return a pretty print string for a JDOM Element.
static XmlUtils.PrettyPrint XmlUtils.prettyPrint(String xmlStr)
          Return a pretty print string for a XML string.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.