Class MarkdownExporter

java.lang.Object
io.nosqlbench.nb.api.markdown.exporter.MarkdownExporter
All Implemented Interfaces:
java.lang.Runnable

public class MarkdownExporter
extends java.lang.Object
implements java.lang.Runnable
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String APP_NAME  
  • Constructor Summary

    Constructors 
    Constructor Description
    MarkdownExporter​(java.nio.file.Path basePath, java.util.Set<DocScope> scopeSet)  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    void run()  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args)
    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable