Uses of Class
edu.harvard.hul.ois.jhove.handler.audit.AuditState
-
Packages that use AuditState Package Description edu.harvard.hul.ois.jhove.handler 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 AuditState Modifier and Type Field Description protected Map<String,AuditState>AuditHandler. _stateMapState map.protected Stack<AuditState>AuditHandler. _stateStackState stack.Methods in edu.harvard.hul.ois.jhove.handler that return AuditState Modifier and Type Method Description AuditStateAuditHandler. 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 AuditState Modifier and Type Method Description voidAuditHandler. startDirectoryImpl(AuditState state)Local extension to the standard callback indicating a new directory is being processed.
-