org.fcrepo.client.utility.ingest
Class IngestCounter

java.lang.Object
  extended by 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

Field Summary
 int failures
           
 int successes
           
 
Constructor Summary
IngestCounter()
           
 
Method Summary
 int getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

successes

public int successes

failures

public int failures
Constructor Detail

IngestCounter

public IngestCounter()
Method Detail

getTotal

public int getTotal()


Copyright © 2012 DuraSpace. All Rights Reserved.