DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr
Class SyncReport

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.SyncReport

public class SyncReport
extends Object


Constructor Summary
SyncReport(CollectionConfig collectionConfig, String collectionName)
           
 
Method Summary
 void addEntry(ReportEntry entry)
           
 String collection()
           
 String getCollectionName()
           
 Map getEntries()
           
 ReportEntry getEntry(String id)
           
 List getEntryList()
           
static void main(String[] args)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncReport

public SyncReport(CollectionConfig collectionConfig,
                  String collectionName)
Method Detail

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

DLESE Tools
v1.6.0