|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.handler.audit.AuditCount
edu.harvard.hul.ois.jhove.handler.audit.AuditState
public class AuditState
State object for the JHOVE Audit output handler.
Field Summary | |
---|---|
protected java.lang.String |
_directory
Directory pathname. |
protected int |
_notFound
Number of files not found. |
Fields inherited from class edu.harvard.hul.ois.jhove.handler.audit.AuditCount |
---|
_notProcessed, _valid, _wellFormed |
Constructor Summary | |
---|---|
AuditState(java.lang.String directory)
Instantiate a AuditState object. |
Method Summary | |
---|---|
java.lang.Object |
clone(java.lang.String directory)
Creates and returns a copy of this object. |
java.lang.String |
getDirectory()
Returns the directory path. |
int |
getNotFound()
Returns the number of files not found. |
protected void |
init(java.lang.String directory)
Initializes to a specified directory and clears counters. |
void |
setDirectory(java.lang.String directory)
Sets the directory path. |
void |
setNotFound(int notFound)
Sets the count of files not found. |
Methods inherited from class edu.harvard.hul.ois.jhove.handler.audit.AuditCount |
---|
getNotProcessed, getTotal, getValid, getWellFormed, setNotProcessed, setValid, setWellFormed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _directory
protected int _notFound
Constructor Detail |
---|
public AuditState(java.lang.String directory)
Method Detail |
---|
protected void init(java.lang.String directory)
public java.lang.Object clone(java.lang.String directory) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public java.lang.String getDirectory()
public int getNotFound()
public void setDirectory(java.lang.String directory)
public void setNotFound(int notFound)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |