Package | Description |
---|---|
edu.harvard.hul.ois.jhove.handler |
Contains the main classes for JHOVE output handlers.
|
Modifier and Type | Method and Description |
---|---|
AuditState |
AuditHandler.showHeaderImpl(String directory)
Local extension to the standard callback that does the initial output.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditHandler.endDirectoryImpl(AuditState state)
Local extension to the standard callback indicating a directory is
finished being processed.
|
boolean |
AuditHandler.okToProcessImpl(String filepath,
AuditState state)
Local extension to standard callback that determines whether or not
to process the file.
|
void |
AuditHandler.showFooterImpl(AuditState state)
Local extension to the standard callback that does the final output.
|
void |
AuditHandler.showImpl(RepInfo info,
AuditState state)
Local extension to the standard callback that outputs the
information contained in a RepInfo object
|
void |
AuditHandler.startDirectoryImpl(AuditState state)
Local extension to the standard callback indicating a new directory
is being processed.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.