|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ikokoon.serenity.hudson.source.CoverageSourceCode
public class CoverageSourceCode
This class takes the source for a Java file and generates HTML from the source that can be displayed in a browser. This class uses the Java2Html package from java2html.de.
| Constructor Summary | |
|---|---|
CoverageSourceCode(Class<?,?> klass,
java.lang.String source)
Constructor takes the class that contains the source for the conversion. |
|
| Method Summary | |
|---|---|
java.lang.String |
getSource()
Accesses to the HTML that has been generated from the Java source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoverageSourceCode(Class<?,?> klass,
java.lang.String source)
klass - the class that contains the sourcesource - the
source of the Java class| Method Detail |
|---|
public java.lang.String getSource()
getSource in interface ISourceCode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||