org.dlese.dpc.schemedit.ndr
Class SyncReport
java.lang.Object
org.dlese.dpc.schemedit.ndr.SyncReport
public class SyncReport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncReport
public SyncReport(CollectionConfig collectionConfig,
String collectionName)
addEntry
public void addEntry(ReportEntry entry)
getEntries
public Map getEntries()
size
public int size()
getEntryList
public List getEntryList()
getEntry
public ReportEntry getEntry(String id)
getCollectionName
public String getCollectionName()
collection
public String collection()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception