| 
 | |||||||||
| 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
public class AuditCount
Count object for the JHOVE Audit output handler.
| Field Summary | |
|---|---|
| protected  int | _notProcessedNumber of files not processed. | 
| protected  int | _validNumber of valid files. | 
| protected  int | _wellFormedNumber of well-formed files. | 
| Constructor Summary | |
|---|---|
| AuditCount()Instantiate a AuditCount object. | |
| Method Summary | |
|---|---|
|  int | getNotProcessed()Returns the total number of files not processed. | 
|  int | getTotal()Returns the total number of valid or well-formed files. | 
|  int | getValid()Returns the total number of valid files. | 
|  int | getWellFormed()Returns the total number of well-formed files. | 
|  void | setNotProcessed(int notProcessed)Sets the count of files that are not processed. | 
|  void | setValid(int valid)Sets the count of valid files. | 
|  void | setWellFormed(int wellFormed)Sets the count of well-formed files. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected int _notProcessed
protected int _valid
protected int _wellFormed
| Constructor Detail | 
|---|
public AuditCount()
| Method Detail | 
|---|
public int getNotProcessed()
public int getTotal()
public int getValid()
public int getWellFormed()
public void setNotProcessed(int notProcessed)
public void setValid(int valid)
public void setWellFormed(int wellFormed)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||