org.fcrepo.client.utility.ingest
Class IngestCounter
java.lang.Object
org.fcrepo.client.utility.ingest.IngestCounter
public class IngestCounter
- extends Object
Class to hold counts of ingest failures and successes. This
class will be passed as a by reference argument to methods of the Ingest
utility class.
- Author:
- Chris Wilper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
successes
public int successes
failures
public int failures
IngestCounter
public IngestCounter()
getTotal
public int getTotal()
Copyright © 2012 DuraSpace. All Rights Reserved.