net.sourceforge.schemaspy.view
Class HtmlRelationshipsPage

java.lang.Object
  extended by net.sourceforge.schemaspy.view.HtmlFormatter
      extended by net.sourceforge.schemaspy.view.HtmlGraphFormatter
          extended by net.sourceforge.schemaspy.view.HtmlRelationshipsPage

public class HtmlRelationshipsPage
extends HtmlGraphFormatter


Field Summary
 
Fields inherited from class net.sourceforge.schemaspy.view.HtmlFormatter
displayTableComments, encodeComments
 
Method Summary
static HtmlRelationshipsPage getInstance()
           
protected  boolean isRelationshipsPage()
          Override and return true if you're the relationships page.
 boolean write(Database db, File graphDir, String dotBaseFilespec, boolean hasOrphans, boolean hasRealRelationships, boolean hasImpliedRelationships, Set excludedColumns, LineWriter html)
           
 
Methods inherited from class net.sourceforge.schemaspy.view.HtmlGraphFormatter
getDot
 
Methods inherited from class net.sourceforge.schemaspy.view.HtmlFormatter
getDescription, getPathToRoot, isAnomaliesPage, isColumnsPage, isConstraintsPage, isMainIndex, isOneOfMultipleSchemas, isOrphansPage, sourceForgeLogoEnabled, writeExcludedColumns, writeFeedMe, writeFooter, 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 HtmlRelationshipsPage getInstance()

write

public boolean write(Database db,
                     File graphDir,
                     String dotBaseFilespec,
                     boolean hasOrphans,
                     boolean hasRealRelationships,
                     boolean hasImpliedRelationships,
                     Set excludedColumns,
                     LineWriter html)

isRelationshipsPage

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

Overrides:
isRelationshipsPage in class HtmlFormatter
Returns:
boolean


Copyright © 2007-2010. All Rights Reserved.