com.raritantechnologies.verity.collection
Interface IFieldGenerator
- All Superinterfaces:
- IConfigurable
- All Known Implementing Classes:
- AdhocDateFieldGenerator
- public interface IFieldGenerator
- extends IConfigurable
Interface for objects that can generate a set of VeritySearchField
objects from some source.
Developed by
Raritan Technologies Inc..
- Author:
- Ted Sullivan
getVerityFields
public VeritySearchField[] getVerityFields()
appendToBIFFile
public void appendToBIFFile(IResult result,
java.io.PrintWriter BIFFileWriter)