Interface DocumentationPostProcessor

All Known Implementing Classes:
AppendNewLinePostProcessor, SectionIdPostProcessor

public interface DocumentationPostProcessor
Abstraction for defining logic to modify AsciiDoc file content after it has been loaded.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs some custom processing on the AsciiDoc file content.
  • Method Details

    • process

      void process(AsciiDocFile file)
      Performs some custom processing on the AsciiDoc file content.
      Parameters:
      file - The AsciiDocFile to process