com.xebialabs.deployit.documentation
Class CiReferenceHtmlGenerator

java.lang.Object
  extended by com.xebialabs.deployit.documentation.CiReferenceHtmlGenerator

public class CiReferenceHtmlGenerator
extends java.lang.Object

Generates markdown documentation for CIs found on the classpath.


Constructor Summary
CiReferenceHtmlGenerator(java.util.List<java.lang.String> prefixes, java.io.PrintWriter writer)
           
 
Method Summary
 void generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiReferenceHtmlGenerator

public CiReferenceHtmlGenerator(java.util.List<java.lang.String> prefixes,
                                java.io.PrintWriter writer)
Method Detail

generate

public void generate()