Package org.l2x6.cq.maven.doc.processor
Interface DocumentationPostProcessor
-
- All Known Implementing Classes:
AppendNewLinePostProcessor,SectionIdPostProcessor
public interface DocumentationPostProcessorAbstraction for defining logic to modify AsciiDoc file content after it has been loaded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(AsciiDocFile file)Performs some custom processing on the AsciiDoc file content.
-
-
-
Method Detail
-
process
void process(AsciiDocFile file)
Performs some custom processing on the AsciiDoc file content.- Parameters:
file- TheAsciiDocFileto process
-
-