Class DokuWikiPrinter

java.lang.Object
se.krka.kahlua.integration.doc.DokuWikiPrinter

public class DokuWikiPrinter
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    DokuWikiPrinter​(java.io.File output, ApiInformation information)  
    DokuWikiPrinter​(java.io.Writer writer, ApiInformation information)  
  • Method Summary

    Modifier and Type Method Description
    void process()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DokuWikiPrinter

      public DokuWikiPrinter​(java.io.File output, ApiInformation information) throws java.io.IOException
      Throws:
      java.io.IOException
    • DokuWikiPrinter

      public DokuWikiPrinter​(java.io.Writer writer, ApiInformation information)
  • Method Details

    • process

      public void process()