com.raritantechnologies.verity.collection
Class StyleFileGenerator

java.lang.Object
  extended bycom.raritantechnologies.verity.collection.StyleFileGenerator

public class StyleFileGenerator
extends java.lang.Object

Static Style file generator. Creates new style.ufl and style.xml files for the Field ID's defined in the SearchFieldMap and the Collection Fields defined in the VeritySearchSource. Note that the collection field must be defined as a 'Field' in the VeritySearchSource configuration if it is to be added to the style.ufl file.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
StyleFileGenerator()
           
 
Method Summary
static void generateStyleFiles(java.lang.String pTemplateDirectory, java.lang.String pDestinationPath, java.lang.String styleDirName, java.util.Set indexFields, java.util.Set extraFields, VeritySearchSource veritySource, boolean createFullTextIndex, java.util.List fieldGenerators)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleFileGenerator

public StyleFileGenerator()
Method Detail

generateStyleFiles

public static void generateStyleFiles(java.lang.String pTemplateDirectory,
                                      java.lang.String pDestinationPath,
                                      java.lang.String styleDirName,
                                      java.util.Set indexFields,
                                      java.util.Set extraFields,
                                      VeritySearchSource veritySource,
                                      boolean createFullTextIndex,
                                      java.util.List fieldGenerators)
                               throws java.lang.Exception
Throws:
java.lang.Exception