Uses of Class
edu.harvard.hul.ois.jhove.handler.audit.AuditState
Packages that use AuditState
Package
Description
Contains the main classes for JHOVE output handlers.
-
Uses of AuditState in edu.harvard.hul.ois.jhove.handler
Fields in edu.harvard.hul.ois.jhove.handler with type parameters of type AuditStateModifier and TypeFieldDescriptionprotected Map<String,AuditState> AuditHandler._stateMapState map.protected Stack<AuditState>AuditHandler._stateStackState stack.Methods in edu.harvard.hul.ois.jhove.handler that return AuditStateModifier and TypeMethodDescriptionAuditHandler.showHeaderImpl(String directory) Local extension to the standard callback that does the initial output.Methods in edu.harvard.hul.ois.jhove.handler with parameters of type AuditStateModifier and TypeMethodDescriptionvoidAuditHandler.startDirectoryImpl(AuditState state) Local extension to the standard callback indicating a new directory is being processed.