|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.ReporterFactory
public final class ReporterFactory
The ReporterFactory returns references to Reporters.
| Method Summary | |
|---|---|
static IReporter |
getDefaultInstance(java.lang.String reportFile)
Returns the default IReporter (TextReporter) object for SQLUnit. |
static IReporter |
getInstance(java.lang.String name,
java.lang.String reportFile)
Returns a IReporter object given its name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static IReporter getInstance(java.lang.String name,
java.lang.String reportFile)
throws java.lang.Exception
name - the name of the Reporter object.reportFile - the output file name where the report will be sent.
java.lang.Exception - if there was a problem instantiating the Reporter.
public static IReporter getDefaultInstance(java.lang.String reportFile)
throws java.lang.Exception
reportFile - the report file to use for output.
java.lang.Exception - if there was a problem instantiating the Reporter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||