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

public class AuditState extends AuditCount implements Cloneable
State object for the JHOVE Audit output handler.
  • Field Details

    • _directory

      protected String _directory
      Directory pathname.
  • Constructor Details

    • AuditState

      public AuditState(String directory)
      Instantiates an AuditState object.
  • Method Details

    • init

      protected void init(String directory)
      Initializes to a specified directory and clears counters.
    • clone

      public Object clone(String directory) throws CloneNotSupportedException
      Creates and returns a copy of this object.
      Throws:
      CloneNotSupportedException
    • getDirectory

      public String getDirectory()
      Returns the directory path.
    • setDirectory

      public void setDirectory(String directory)
      Sets the directory path.