org.mmbase.util
Class BuilderList
java.lang.Object
org.mmbase.util.BuilderList
- public class BuilderList
- extends Object
Gives an xml-representation of a dir structure with builders
Used by the build script to create documentation for builders.
- Since:
- mmbase 1.6
- Version:
- $Id: BuilderList.java,v 1.7 2005/01/30 16:46:35 nico Exp $
- Author:
- Gerard van Enk, Pierre van Rooden
|
Method Summary |
static void |
main(String[] args)
Main method can be called from an Ant build file and will return
the xml with a listing of all the builders |
void |
write(Document doc,
StreamResult result)
Generates the document and writes it to the result object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuilderList
public BuilderList()
write
public void write(Document doc,
StreamResult result)
throws IOException,
TransformerException
- Generates the document and writes it to the result object.
- Parameters:
result - the StreamResult object where to store the configuration'
- Throws:
IOException
TransformerException
main
public static void main(String[] args)
throws UnsupportedEncodingException
- Main method can be called from an Ant build file and will return
the xml with a listing of all the builders
- Parameters:
args - base dir to start with, it's possible to use more than one dir seperated by ;
- Throws:
UnsupportedEncodingException
MMBase build 1.8.1.20060716