public class ViewHandler extends HandlerBase
HandlerBase.SynchronizedDateFormat| Constructor and Description |
|---|
ViewHandler(JhoveWindow jhwin,
App app,
JhoveBase base)
Creates a ViewHandler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
show()
Outputs minimal information about the application
|
void |
show(App app)
Outputs detailed information about the application,
including configuration, available modules and handlers,
etc.
|
void |
show(Module module)
Outputs information about a Module
|
void |
show(OutputHandler handler)
Outputs information about the OutputHandler specified
in the parameter.
|
void |
show(RepInfo info)
Outputs the information contained in a RepInfo object.
|
void |
showFooter()
Complete the output.
|
void |
showHeader()
Do the initial output.
|
analyze, applyDefaultParams, close, doctype, doctype, doubleArray, element, element, element, element, elementEnd, elementStart, elementStart, endDirectory, getDate, getEncoding, getIndent, getName, getNote, getRelease, getRights, getSpecification, getVendor, init, integerArray, integerArray, longArray, okToProcess, param, rationalArray, rationalArray10, reset, resetParams, setApp, setBase, setDefaultParams, setEncoding, setWriter, startDirectory, toDateTime, xmlDecl, xmlDeclpublic ViewHandler(JhoveWindow jhwin, App app, JhoveBase base)
jhwin - The JhoveWindow which acts as the parent to
output windows.public void showHeader()
showHeader in interface OutputHandlershowHeader in class HandlerBasepublic void show(RepInfo info)
show in interface OutputHandlershow in class HandlerBasepublic void show()
HandlerBaseshow in interface OutputHandlershow in class HandlerBasepublic void show(App app)
HandlerBaseshow in interface OutputHandlershow in class HandlerBasepublic void show(Module module)
HandlerBaseshow in interface OutputHandlershow in class HandlerBasepublic void showFooter()
showFooter in interface OutputHandlershowFooter in class HandlerBasepublic void show(OutputHandler handler)
show in interface OutputHandlershow in class HandlerBase