com.raritantechnologies.xml.configuration
Class XMLSourceConfigurationManager

java.lang.Object
  extended bycom.raritantechnologies.searchApp.ConfigurationManager
      extended bycom.raritantechnologies.searchApp.XMLConfigurationManager
          extended bycom.raritantechnologies.xml.configuration.XMLSourceConfigurationManager

public class XMLSourceConfigurationManager
extends XMLConfigurationManager


Field Summary
 
Fields inherited from class com.raritantechnologies.searchApp.ConfigurationManager
DEFAULT_FEDERATOR_CLASS, theScheduler, theSourceMapFactory
 
Constructor Summary
XMLSourceConfigurationManager()
           
 
Method Summary
 ISearchFieldMapFactory getSearchFieldMapFactory()
          returns an instance of a SearchFieldMap Factory object.
 ISecurityManager getSecurityManager(java.lang.String securityManagerName)
           
 ISourceMapFactory getSourceMapFactory()
           
 java.lang.Object getSystemObject(java.lang.String type, java.lang.String name)
           
 java.util.Map getSystemObjects(java.lang.String type)
           
protected  void initialize(java.util.PropertyResourceBundle prb)
           
 
Methods inherited from class com.raritantechnologies.searchApp.XMLConfigurationManager
addConfigurableFactoryLink, addSystemObjects, addUserInfoReaders, createSystemObject, getConfigDoc, getQueryProcessor, getSecurityManager, getXMLSearchFieldMapFactory, processSourceElement, returnConfiguredObject
 
Methods inherited from class com.raritantechnologies.searchApp.ConfigurationManager
addSecurityManager, addSourceMap, addSystemObject, changeBasePath, changeToSysPathSep, getAbstractSearchField, getBasePath, getConfigPath, getConfigPath, getDebugWriter, getFederatorClass, getInstance, getInstance, getLogger, getLoginPath, getPrb, getScheduler, getSearchFieldMap, getSearchSources, getSourceMap, getSourceMap, getStreamFactory, getSysConfigProperty, initializeLog4JLogging, initializeLogger, listSystemProperties, printStackTrace, setFederatorClass, setStreamFactory, useLog4JLogging, write, writeDebug, writeDebug, writeDebug, writeDebug, writeDebug, writeError, writeError, writeError, writeError, writeError, writeFatal, writeFatal, writeFatal, writeFatal, writeFatal, writeInfo, writeInfo, writeInfo, writeWarning, writeWarning, writeWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSourceConfigurationManager

public XMLSourceConfigurationManager()
Method Detail

initialize

protected void initialize(java.util.PropertyResourceBundle prb)
Overrides:
initialize in class XMLConfigurationManager

getSecurityManager

public ISecurityManager getSecurityManager(java.lang.String securityManagerName)
Overrides:
getSecurityManager in class ConfigurationManager

getSearchFieldMapFactory

public ISearchFieldMapFactory getSearchFieldMapFactory()
Description copied from class: XMLConfigurationManager
returns an instance of a SearchFieldMap Factory object.

Overrides:
getSearchFieldMapFactory in class XMLConfigurationManager

getSourceMapFactory

public ISourceMapFactory getSourceMapFactory()
Overrides:
getSourceMapFactory in class XMLConfigurationManager

getSystemObjects

public java.util.Map getSystemObjects(java.lang.String type)
Overrides:
getSystemObjects in class ConfigurationManager

getSystemObject

public java.lang.Object getSystemObject(java.lang.String type,
                                        java.lang.String name)
Overrides:
getSystemObject in class ConfigurationManager