public class AuditState extends AuditCount implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_directory
Directory pathname.
|
protected int |
_notFound
Number of files not found.
|
_notProcessed, _valid, _wellFormed
Constructor and Description |
---|
AuditState(java.lang.String directory)
Instantiate a AuditState object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getNotProcessed, getTotal, getValid, getWellFormed, setNotProcessed, setValid, setWellFormed
protected java.lang.String _directory
protected int _notFound
public AuditState(java.lang.String directory)
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)