public class HandlerFactory extends Object
Modifier and Type | Method and Description |
---|---|
static HandlerFactory |
getInstance() |
Handler |
newInstance(File reportFile,
String reportStyle,
String severity)
Get an instance of a Handler object for the human-readable report.
|
public static HandlerFactory getInstance()
public Handler newInstance(File reportFile, String reportStyle, String severity) throws SecurityException, 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'.SecurityException
IOException
UnknownHandlerConfigurationException
Copyright © 2005–2017 Planetary Data System. All rights reserved.