com.raritantechnologies.searchApp.dataCollection
Interface ICollectionBuilder

All Known Implementing Classes:
CollectionBuilder, VerityCollectionBuilder

public interface ICollectionBuilder

Base Interface for objects that can create a search index 'collection' or other data processing output.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Field Summary
static int COMPLETED
           
static int FAILED
           
static int NOT_STARTED
           
static int PAUSED
           
static int STARTED
           
 
Method Summary
 void addGatewayListener(IGatewayListener gatewayListener)
           
 void createCollection(java.lang.String[] args)
           
 int getBuildStatus()
           
 ICollectionGateway getCollectionGateway()
           
 IGatewayOutputProcessor getGatewayOutputProcessor()
           
 

Field Detail

NOT_STARTED

public static final int NOT_STARTED
See Also:
Constant Field Values

STARTED

public static final int STARTED
See Also:
Constant Field Values

PAUSED

public static final int PAUSED
See Also:
Constant Field Values

COMPLETED

public static final int COMPLETED
See Also:
Constant Field Values

FAILED

public static final int FAILED
See Also:
Constant Field Values
Method Detail

getCollectionGateway

public ICollectionGateway getCollectionGateway()

getGatewayOutputProcessor

public IGatewayOutputProcessor getGatewayOutputProcessor()

createCollection

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

addGatewayListener

public void addGatewayListener(IGatewayListener gatewayListener)

getBuildStatus

public int getBuildStatus()