public class AuditState extends AuditCount implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_directory
Directory pathname.
|
_notWellFormed, _undetermined, _valid, _wellFormed| Constructor and Description |
|---|
AuditState(String directory)
Instantiates an
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.
|
protected void |
init(String directory)
Initializes to a specified directory and clears counters.
|
void |
setDirectory(String directory)
Sets the directory path.
|
getNotWellFormed, getTotal, getUndetermined, getValid, getWellFormed, setNotWellFormed, setUndetermined, setValid, setWellFormedprotected String _directory
public AuditState(String directory)
AuditState object.protected void init(String directory)
public Object clone(String directory) throws CloneNotSupportedException
CloneNotSupportedExceptionpublic String getDirectory()
public void setDirectory(String directory)
Copyright © 2008–2019 The Open Preservation Foundation. All rights reserved.