jdiff
Class HTMLFiles

java.lang.Object
  extended by jdiff.HTMLFiles

public class HTMLFiles
extends java.lang.Object

Emit HTML files for the supporting infrastructure for the HTML report. Examples are stylesheets, help files, frame files. See the file LICENSE.txt for copyright details.


Constructor Summary
HTMLFiles(HTMLReportGenerator h)
          Constructor.
 
Method Summary
 void emitHelp(java.lang.String fullReportFileName, APIDiff apiDiff)
          Emit the help file.
 void emitStylesheet()
          Emit the CSS external stylesheet file.
 void emitTopLeftFile(java.lang.String tlf)
          Emit a top left frame with all the links to the index files.
 void emitTopLevelFile(java.lang.String tln, APIDiff apiDiff)
          Emit the top-level changes.html frames file where everything starts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLFiles

public HTMLFiles(HTMLReportGenerator h)
Constructor.

Method Detail

emitTopLevelFile

public void emitTopLevelFile(java.lang.String tln,
                             APIDiff apiDiff)
Emit the top-level changes.html frames file where everything starts.


emitTopLeftFile

public void emitTopLeftFile(java.lang.String tlf)
Emit a top left frame with all the links to the index files.


emitHelp

public void emitHelp(java.lang.String fullReportFileName,
                     APIDiff apiDiff)
Emit the help file.


emitStylesheet

public void emitStylesheet()
Emit the CSS external stylesheet file.