pt.ist.fenixframework.hibernatesearch
Class HibernateSearchConfig

Package class diagram package HibernateSearchConfig
java.lang.Object
  extended by pt.ist.fenixframework.Config
      extended by pt.ist.fenixframework.dap.FFDAPConfig
          extended by pt.ist.fenixframework.hibernatesearch.HibernateSearchConfig
Direct Known Subclasses:
IndexesConfig

public abstract class HibernateSearchConfig
extends FFDAPConfig


Field Summary
static String CONFIG_FILE
          This well-known name specifies the location of the properties file used to configure Hibernate Search.
 
Fields inherited from class pt.ist.fenixframework.dap.FFDAPConfig
dapEnabled
 
Fields inherited from class pt.ist.fenixframework.Config
appName, domainModelURLs, PROPERTY_CONFIG_CLASS, SETTER_FROM_STRING
 
Constructor Summary
HibernateSearchConfig()
           
 
Method Summary
protected  void init()
           
 void shutdown()
          Subclasses of this class can overwrite this method, but they should specifically call super.shutdown() to orderly shutdown the framework and hibernate search.
 
Methods inherited from class pt.ist.fenixframework.Config
appNameFromString, checkConfig, checkForDomainModelURLs, checkRequired, domainModelURLsFromString, filenamesToURLArray, filenameToURLArray, getAppName, getBackEnd, getDomainModelURLs, initialize, missingRequired, populate, resourcesToURLArray, resourceToURLArray, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE

public static final String CONFIG_FILE
This well-known name specifies the location of the properties file used to configure Hibernate Search. This file should be available in the application's classpath.

See Also:
Constant Field Values
Constructor Detail

HibernateSearchConfig

public HibernateSearchConfig()
Method Detail

init

protected void init()
Overrides:
init in class FFDAPConfig

shutdown

public void shutdown()
Subclasses of this class can overwrite this method, but they should specifically call super.shutdown() to orderly shutdown the framework and hibernate search.

Overrides:
shutdown in class Config


Copyright © 2013. All Rights Reserved.