Class HtmlPostProcessor

java.lang.Object
ch.ifocusit.livingdoc.plugin.publish.HtmlPostProcessor

public class HtmlPostProcessor extends Object
Author:
Julien Boz
  • Constructor Details

    • HtmlPostProcessor

      public HtmlPostProcessor(org.asciidoctor.Asciidoctor asciidoctor, org.asciidoctor.Options options)
  • Method Details

    • process

      public String process(Path path, Map<String,String> attachmentCollector) throws IOException
      Parameters:
      path - : html file
      attachmentCollector - : map that will contains attachement
      Returns:
      a clean html with attachement derived
      Throws:
      IOException
    • getPageTitle

      public String getPageTitle(Path path)