com.ikokoon.serenity.hudson.source
Interface ISourceCode

All Known Implementing Classes:
CoverageSourceCode

public interface ISourceCode

This is the interface for classes that take the Java source and convert it into HTML that can be displayed by the browser.

Since:
09.12.09
Version:
01.00
Author:
Michael Couck

Method Summary
 java.lang.String getSource()
          Accesses to the HTML that has been generated from the Java source.
 

Method Detail

getSource

java.lang.String getSource()
Accesses to the HTML that has been generated from the Java source.

Returns:
the HTML from the Java source


Copyright © 2010. All Rights Reserved.