com.ikokoon.serenity.hudson.source
Class JavaSource2HTMLConverterExt
java.lang.Object
de.java2html.converter.AbstractJavaSourceConverter
de.java2html.converter.JavaSource2HTMLConverter
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
|
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 |
java2HtmlHomepageLinkEnabled
public boolean java2HtmlHomepageLinkEnabled
JavaSource2HTMLConverterExt
public JavaSource2HTMLConverterExt(Class<?,?> klass)
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.