public class DocumentationEnricher extends Object
| Constructor and Description |
|---|
DocumentationEnricher(Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
enrichTopLevelElementsDocumentation(NodeList elements,
Map<String,File> jsonFiles) |
void |
enrichTypeAttributesDocumentation(org.apache.maven.plugin.logging.Log log,
NodeList attributeElements,
File jsonFile) |
public DocumentationEnricher(Document document)
public void enrichTopLevelElementsDocumentation(NodeList elements, Map<String,File> jsonFiles) throws IOException
IOExceptionpublic void enrichTypeAttributesDocumentation(org.apache.maven.plugin.logging.Log log,
NodeList attributeElements,
File jsonFile)
throws IOException
IOExceptionApache Camel