public class HTMLFiles
extends java.lang.Object
Constructor and Description |
---|
HTMLFiles(HTMLReportGenerator h)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public HTMLFiles(HTMLReportGenerator h)
public void emitTopLevelFile(java.lang.String tln, APIDiff apiDiff)
public void emitTopLeftFile(java.lang.String tlf)
public void emitHelp(java.lang.String fullReportFileName, APIDiff apiDiff)
public void emitStylesheet()