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