public class BuilderList extends Object
| Constructor and Description |
|---|
BuilderList() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
listBuilders(ResourceLoader config,
Writer writer)
Lists all builders within a given path, including builders in sub-paths
|
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.
|
public void write(Document doc, StreamResult result) throws TransformerException
result - the StreamResult object where to store the configuration'TransformerExceptionvoid listBuilders(ResourceLoader config, Writer writer) throws IOException
ipath - the path to start searching. The path need be closed with a File.seperator character.IOExceptionpublic static void main(String[] args) throws UnsupportedEncodingException, IOException
args - base dir to start with, it's possible to use more than one dir seperated by ;UnsupportedEncodingExceptionIOExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}