org.apache.maven.jcoveragereport
Class JavaToHtml

java.lang.Object
  extended byorg.apache.maven.jcoveragereport.JavaToHtml

public class JavaToHtml
extends Object


Constructor Summary
JavaToHtml()
           
 
Method Summary
static String syntaxHighlight(String line)
          Passes off each line to the first filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaToHtml

public JavaToHtml()
Method Detail

syntaxHighlight

public static String syntaxHighlight(String line)
Passes off each line to the first filter.

Parameters:
line - The line of Java code to be highlighted.
Returns:
Highlighted line.


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.