| java.lang.Object org.mmbase.util.BuilderList
BuilderList | public class BuilderList (Code) | | Gives an xml-representation of a dir structure with builders
Used by the build script to create documentation for builders.
since: mmbase 1.6 author: Gerard van Enk author: Pierre van Rooden version: $Id: BuilderList.java,v 1.11 2007/02/24 21:57:50 nklasens Exp $ |
Method Summary | |
void | listBuilders(ResourceLoader config, Writer writer) Lists all builders within a given path, including builders in sub-paths
Parameters: ipath - the path to start searching. | public static void | main(String[] args) | public void | write(Document doc, StreamResult result) Generates the document and writes it to the result object. |
listBuilders | void listBuilders(ResourceLoader config, Writer writer) throws IOException(Code) | | Lists all builders within a given path, including builders in sub-paths
Parameters: ipath - the path to start searching. The path need be closed with a File.seperator character. |
main | public static void main(String[] args) throws UnsupportedEncodingException, IOException(Code) | | 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 ; |
|
|