Package jdiff

Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.