net.sourceforge.cruisecontrol.gendoc |
|
Java Source File Name | Type | Comment |
ConfigXMLHtmlGenerator.java | Class | Velocity based configxml.html generator. |
Gendoc.java | Class | Generates plugin XML models and configxml.html documentation from default-plugin.properties and classdoc information. |
PluginModel.java | Class | The Plugin Model representation, composed of itself, its
Attribute attributes and
Child children . |
PluginTreeNodeImpl.java | Class | A TreeNode for our plugin tree. |
ToXml.java | Interface | Visitor for converting a component into its XML representation. |
TreeNode.java | Interface | Generic interface for tree nodes. |
XmlOutputerImpl.java | Class | Something that allows us to produce XML representations of the
PluginModel . |
XmlOutputter.java | Interface | Interface for XML generator. |