com.raritantechnologies.verity.collection
Interface ICollectionBuilder


public interface ICollectionBuilder

Base Interface for objects that can create a collection.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 void createCollection(java.lang.String[] args)
           
 ICollectionGateway getCollectionGateway()
           
 IGatewayOutputProcessor getGatewayOutputProcessor()
           
 

Method Detail

getCollectionGateway

public ICollectionGateway getCollectionGateway()

getGatewayOutputProcessor

public IGatewayOutputProcessor getGatewayOutputProcessor()

createCollection

public void createCollection(java.lang.String[] args)