jdiff

Class HTMLFiles

public class HTMLFiles extends 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
voidemitHelp(String fullReportFileName, APIDiff apiDiff)
Emit the help file.
voidemitStylesheet()
Emit the CSS external stylesheet file.
voidemitTopLeftFile(String tlf)
Emit a top left frame with all the links to the index files.
voidemitTopLevelFile(String tln, APIDiff apiDiff)
Emit the top-level changes.html frames file where everything starts.

Constructor Detail

HTMLFiles

public HTMLFiles(HTMLReportGenerator h)
Constructor.

Method Detail

emitHelp

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

emitStylesheet

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

emitTopLeftFile

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

emitTopLevelFile

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