com.ikokoon.serenity.hudson.source
Class JavaSource2HTMLConverterExt

java.lang.Object
  extended by de.java2html.converter.AbstractJavaSourceConverter
      extended by de.java2html.converter.JavaSource2HTMLConverter
          extended by com.ikokoon.serenity.hudson.source.JavaSource2HTMLConverterExt
All Implemented Interfaces:
de.java2html.converter.IJavaSourceConverter

public class JavaSource2HTMLConverterExt
extends de.java2html.converter.JavaSource2HTMLConverter

This class just extends the Java2HTML converter and adds a background colour where the lines were executed. Unfortunately most of the interesting methods were private so there is a lot of copy and paste, pity, se la vie.

Since:
09.12.09
Version:
01.00
Author:
Michael Couck

Field Summary
 boolean java2HtmlHomepageLinkEnabled
           
 
Constructor Summary
JavaSource2HTMLConverterExt(Class<?,?> klass)
           
 
Method Summary
 void convert(de.java2html.javasource.JavaSource source, de.java2html.options.JavaSourceConversionOptions options, java.io.BufferedWriter writer)
           
 
Methods inherited from class de.java2html.converter.JavaSource2HTMLConverter
getBlockSeparator, getDocumentFooter, getDocumentHeader
 
Methods inherited from class de.java2html.converter.AbstractJavaSourceConverter
convert, getDefaultFileExtension, getMetaData, writeBlockSeparator, writeDocumentFooter, writeDocumentHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

java2HtmlHomepageLinkEnabled

public boolean java2HtmlHomepageLinkEnabled
Constructor Detail

JavaSource2HTMLConverterExt

public JavaSource2HTMLConverterExt(Class<?,?> klass)
Method Detail

convert

public void convert(de.java2html.javasource.JavaSource source,
                    de.java2html.options.JavaSourceConversionOptions options,
                    java.io.BufferedWriter writer)
             throws java.io.IOException
Overrides:
convert in class de.java2html.converter.JavaSource2HTMLConverter
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.