|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.vtool.handler.HandlerFactory
public class HandlerFactory
Method Summary | |
---|---|
static HandlerFactory |
getInstance()
|
java.util.logging.Handler |
newInstance(java.io.File reportFile,
java.lang.String reportStyle,
java.lang.String severity)
Get an instance of a Handler object for the human-readable report. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static HandlerFactory getInstance()
public java.util.logging.Handler newInstance(java.io.File reportFile, java.lang.String reportStyle, java.lang.String severity) throws java.lang.SecurityException, java.io.IOException, UnknownHandlerConfigurationException
reportFile
- Specify a file name or set to 'null' to write to standard out.reportStyle
- Specify the report view. Must be set to 'full', 'min', or 'sum'.severity
- Specify the severity level and above for the reporting. Must be set
to 'Info', 'Warning', or 'Error'.
java.lang.SecurityException
java.io.IOException
UnknownHandlerConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |