public interface DocumentorDriver
| Modifier and Type | Method and Description |
|---|---|
void |
addPduToDocument(Class<?> clazz)
add a class to the list of classes that are referenced and should be documented
|
void |
emit(String text) |
void |
emitLine() |
void |
emitLine(String text) |
void |
printToConsole(String line) |
void addPduToDocument(Class<?> clazz)
clazz - the class to addvoid emit(String text)
void emitLine()
void emitLine(String text)
void printToConsole(String line)
Copyright © 2015. All rights reserved.