ca.sqlpower.architect.profile.output
Class ProfileHTMLFormat

java.lang.Object
  extended by ca.sqlpower.architect.profile.output.ProfileHTMLFormat
All Implemented Interfaces:
ProfileFormat

public class ProfileHTMLFormat
extends java.lang.Object
implements ProfileFormat


Constructor Summary
ProfileHTMLFormat(java.lang.String encoding)
           
 
Method Summary
 void format(java.io.OutputStream out, java.util.List<ProfileResult> profileResults)
          Generates formatted HTML of the profile information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileHTMLFormat

public ProfileHTMLFormat(java.lang.String encoding)
Method Detail

format

public void format(java.io.OutputStream out,
                   java.util.List<ProfileResult> profileResults)
            throws java.io.IOException,
                   java.sql.SQLException
Generates formatted HTML of the profile information

Specified by:
format in interface ProfileFormat
Parameters:
out - The file to write to.
profileResults - The list of SQL Tables
Throws:
java.io.IOException
java.sql.SQLException


Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca