Package org.l2x6.cq.maven.doc.processor
Class AppendNewLinePostProcessor
java.lang.Object
org.l2x6.cq.maven.doc.processor.AppendNewLinePostProcessor
- All Implemented Interfaces:
DocumentationPostProcessor
DocumentationPostProcessor to append a newline character to the end of file content if it does not already
have one.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(AsciiDocFile file) Performs some custom processing on the AsciiDoc file content.
-
Constructor Details
-
AppendNewLinePostProcessor
public AppendNewLinePostProcessor()
-
-
Method Details
-
process
Description copied from interface:DocumentationPostProcessorPerforms some custom processing on the AsciiDoc file content.- Specified by:
processin interfaceDocumentationPostProcessor- Parameters:
file- TheAsciiDocFileto process
-