|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Formatter
| Method Summary | |
|---|---|
java.lang.String |
getFileExtension()
Return the file extension for files written with this formatter. |
java.lang.String |
getFormatKey()
Returns the name of the formatter that will be used to identify it. |
void |
write(Element root,
java.lang.String rootName,
java.io.PrintWriter ps)
Reads this Tree and writes it in a file within the given context. |
| Method Detail |
|---|
java.lang.String getFileExtension()
java.lang.String getFormatKey()
void write(Element root,
java.lang.String rootName,
java.io.PrintWriter ps)
root - root element of the configuration treerootName - name of root elementps - the PrintStream used to write the file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||