|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.BuilderList
Gives an xml-representation of a dir structure with builders
| Constructor Summary | |
BuilderList()
|
|
| Method Summary | |
static void |
main(java.lang.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(org.w3c.dom.Document doc,
javax.xml.transform.stream.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 |
| Constructor Detail |
public BuilderList()
| Method Detail |
public void write(org.w3c.dom.Document doc,
javax.xml.transform.stream.StreamResult result)
throws java.io.IOException,
javax.xml.transform.TransformerException
result - the StreamResult object where to store the configuration'
java.io.IOException
javax.xml.transform.TransformerException
public static void main(java.lang.String[] args)
throws java.io.UnsupportedEncodingException
args - base dir to start with, it's possible to use more than one dir seperated by ;
java.io.UnsupportedEncodingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||