ca.sqlpower.architect.profile.output
Class ProfileCSVFormat

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

public class ProfileCSVFormat
extends java.lang.Object
implements ProfileFormat


Constructor Summary
ProfileCSVFormat()
           
 
Method Summary
 void format(java.io.OutputStream nout, java.util.List<ProfileResult> profileResult)
          The desired CSV column list is published in the ProfileColumn enum.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileCSVFormat

public ProfileCSVFormat()
Method Detail

format

public void format(java.io.OutputStream nout,
                   java.util.List<ProfileResult> profileResult)
            throws java.lang.Exception
The desired CSV column list is published in the ProfileColumn enum.

Specified by:
format in interface ProfileFormat
Parameters:
nout - The file to write to.
profileResult - The list of SQL Tables
Throws:
java.lang.Exception
See Also:
ca.sqlpower.architect.profile.output.ProfileFormat#format(java.io.OutputStream, java.util.List, ca.sqlpower.architect.profile.TableProfileManager)


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