Package net.sourceforge.pmd.util.treeexport
-
Interface Summary Interface Description TreeRenderer An object that can export a tree to an external text format.TreeRendererDescriptor Describes the configuration options of a specificTreeRenderer
. -
Class Summary Class Description TextTreeRenderer A simple recursive printer.TreeExportConfiguration TreeExporter TreeRenderers Entry point to fetch and register tree renderers.XmlTreeRenderer Renders a tree to XML.XmlTreeRenderer.XmlRenderingConfig A strategy to parameterize anXmlTreeRenderer
.