Class AuditState
java.lang.Object
edu.harvard.hul.ois.jhove.handler.audit.AuditCount
edu.harvard.hul.ois.jhove.handler.audit.AuditState
- All Implemented Interfaces:
Cloneable
State object for the JHOVE Audit output handler.
-
Field Summary
FieldsFields inherited from class edu.harvard.hul.ois.jhove.handler.audit.AuditCount
_notWellFormed, _undetermined, _valid, _wellFormed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates and returns a copy of this object.Returns the directory path.protected voidInitializes to a specified directory and clears counters.voidsetDirectory(String directory) Sets the directory path.Methods inherited from class edu.harvard.hul.ois.jhove.handler.audit.AuditCount
getNotWellFormed, getTotal, getUndetermined, getValid, getWellFormed, setNotWellFormed, setUndetermined, setValid, setWellFormed
-
Field Details
-
_directory
Directory pathname.
-
-
Constructor Details
-
AuditState
Instantiates anAuditStateobject.
-
-
Method Details
-
init
Initializes to a specified directory and clears counters. -
clone
Creates and returns a copy of this object.- Throws:
CloneNotSupportedException
-
getDirectory
Returns the directory path. -
setDirectory
Sets the directory path.
-