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
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
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()