com.joanju.cg.printers
Class UnresolvedReport

java.lang.Object
  extended by com.joanju.cg.printers.UnresolvedReport

public class UnresolvedReport
extends java.lang.Object


Constructor Summary
UnresolvedReport()
           
 
Method Summary
 UnresolvedReport addCuid(int cuid)
          Compile units are processed in the order they were added.
 UnresolvedReport addCuids(java.util.List<java.lang.Integer> list)
          Compile units are processed in the order they were added.
 UnresolvedReport addFile(java.io.File file)
          Compile units are processed in the order they were added.
 java.util.ArrayList<FilePosition> getMatches()
           
 void printAll(java.io.BufferedWriter w)
           
 void printOne(int cuid)
           
 void printStatistics()
           
 void setWriter(java.io.BufferedWriter writer)
           
static void writeStdout(int cuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnresolvedReport

public UnresolvedReport()
Method Detail

addFile

public UnresolvedReport addFile(java.io.File file)
                         throws java.sql.SQLException,
                                java.io.IOException
Compile units are processed in the order they were added.

Throws:
java.sql.SQLException
java.io.IOException

addCuid

public UnresolvedReport addCuid(int cuid)
Compile units are processed in the order they were added.


addCuids

public UnresolvedReport addCuids(java.util.List<java.lang.Integer> list)
Compile units are processed in the order they were added.


getMatches

public java.util.ArrayList<FilePosition> getMatches()

printAll

public void printAll(java.io.BufferedWriter w)
              throws java.io.IOException,
                     java.sql.SQLException
Throws:
java.io.IOException
java.sql.SQLException

printOne

public void printOne(int cuid)
              throws java.sql.SQLException,
                     java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException

printStatistics

public void printStatistics()
                     throws java.io.IOException
Throws:
java.io.IOException

setWriter

public void setWriter(java.io.BufferedWriter writer)

writeStdout

public static void writeStdout(int cuid)
                        throws java.sql.SQLException,
                               java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException


Copyright © 2008 Joanju Software. All Rights Reserved.