com.raritantechnologies.searchApp.dataCollection
Interface ICollectionBuilderFactory

All Known Implementing Classes:
XMLCollectionBuilderFactory

public interface ICollectionBuilderFactory

Base interface for objects that can create ICollectionBuilder objects from an XML Configuration file.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 ICollectionBuilder createCollectionBuilder(org.w3c.dom.Document configDoc)
           
 

Method Detail

createCollectionBuilder

public ICollectionBuilder createCollectionBuilder(org.w3c.dom.Document configDoc)