public class AuditState extends AuditCount implements Cloneable
Modifier and Type | Field and Description |
---|---|
protected String |
_directory
Directory pathname.
|
protected int |
_notFound
Number of files not found.
|
_notProcessed, _valid, _wellFormed
Constructor and Description |
---|
AuditState(String directory)
Instantiate a AuditState object.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone(String directory)
Creates and returns a copy of this object.
|
String |
getDirectory()
Returns the directory path.
|
int |
getNotFound()
Returns the number of files not found.
|
protected void |
init(String directory)
Initializes to a specified directory and clears counters.
|
void |
setDirectory(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 String _directory
protected int _notFound
public AuditState(String directory)
protected void init(String directory)
public Object clone(String directory) throws CloneNotSupportedException
CloneNotSupportedException
public String getDirectory()
public int getNotFound()
public void setDirectory(String directory)
public void setNotFound(int notFound)
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.