Package jdiff
Class HTMLFiles
- java.lang.Object
-
- jdiff.HTMLFiles
-
public class HTMLFiles extends java.lang.ObjectEmit 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
Constructors Constructor Description HTMLFiles(HTMLReportGenerator h)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidemitHelp(java.lang.String fullReportFileName, APIDiff apiDiff)Emit the help file.voidemitStylesheet()Emit the CSS external stylesheet file.voidemitTopLeftFile(java.lang.String tlf)Emit a top left frame with all the links to the index files.voidemitTopLevelFile(java.lang.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
-
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.
-
-