public static interface ComponentDocumentationGenerator.Formatter
| Modifier and Type | Method and Description |
|---|---|
void |
add(Writer writer,
ComponentDocumentationGenerator.FieldDoc doc) |
void |
begin(Writer writer) |
void |
beginClass(Writer writer,
String className,
String doc) |
void |
end(Writer writer) |
void |
endClass(Writer writer) |
void begin(Writer writer) throws IOException
IOExceptionvoid beginClass(Writer writer, String className, String doc) throws IOException
IOExceptionvoid add(Writer writer, ComponentDocumentationGenerator.FieldDoc doc) throws IOException
IOExceptionvoid endClass(Writer writer) throws IOException
IOExceptionvoid end(Writer writer) throws IOException
IOExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.