net.sourceforge.schemaspy.view
Class HtmlAnomaliesPage

java.lang.Object
  extended by net.sourceforge.schemaspy.view.HtmlFormatter
      extended by net.sourceforge.schemaspy.view.HtmlAnomaliesPage

public class HtmlAnomaliesPage
extends HtmlFormatter


Field Summary
 
Fields inherited from class net.sourceforge.schemaspy.view.HtmlFormatter
displayTableComments, encodeComments
 
Method Summary
static HtmlAnomaliesPage getInstance()
           
protected  boolean isAnomaliesPage()
          Override and return true if you're the anomalies page
 void write(Database database, Collection tables, List impliedConstraints, boolean hasOrphans, LineWriter out)
           
protected  void writeFooter(LineWriter out)
           
 
Methods inherited from class net.sourceforge.schemaspy.view.HtmlFormatter
getDescription, getPathToRoot, isColumnsPage, isConstraintsPage, isMainIndex, isOneOfMultipleSchemas, isOrphansPage, isRelationshipsPage, sourceForgeLogoEnabled, writeExcludedColumns, writeFeedMe, writeGeneratedBy, writeHeader, writeInvalidGraphvizInstallation, writeLegend, writeLegend, writeTableOfContents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static HtmlAnomaliesPage getInstance()

write

public void write(Database database,
                  Collection tables,
                  List impliedConstraints,
                  boolean hasOrphans,
                  LineWriter out)
           throws IOException
Throws:
IOException

writeFooter

protected void writeFooter(LineWriter out)
                    throws IOException
Overrides:
writeFooter in class HtmlFormatter
Throws:
IOException

isAnomaliesPage

protected boolean isAnomaliesPage()
Description copied from class: HtmlFormatter
Override and return true if you're the anomalies page

Overrides:
isAnomaliesPage in class HtmlFormatter
Returns:
boolean


Copyright © 2007-2010. All Rights Reserved.