pt.ist.fenixframework.backend.mem
Class MemConfig

Package class diagram package MemConfig
java.lang.Object
  extended by pt.ist.fenixframework.Config
      extended by pt.ist.fenixframework.dap.FFDAPConfig
          extended by pt.ist.fenixframework.hibernatesearch.HibernateSearchConfig
              extended by pt.ist.fenixframework.indexes.IndexesConfig
                  extended by pt.ist.fenixframework.backend.mem.MemConfig

public class MemConfig
extends IndexesConfig

This is the default configuration manager used by the fenix-framework-core.

See Also:
Config

Field Summary
protected  BackEnd backEnd
           
 
Fields inherited from class pt.ist.fenixframework.hibernatesearch.HibernateSearchConfig
CONFIG_FILE
 
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
MemConfig()
           
 
Method Summary
 BackEnd getBackEnd()
          Get the current BackEnd in use.
protected  void init()
           
 
Methods inherited from class pt.ist.fenixframework.hibernatesearch.HibernateSearchConfig
shutdown
 
Methods inherited from class pt.ist.fenixframework.Config
appNameFromString, checkConfig, checkForDomainModelURLs, checkRequired, domainModelURLsFromString, filenamesToURLArray, filenameToURLArray, getAppName, 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

backEnd

protected final BackEnd backEnd
Constructor Detail

MemConfig

public MemConfig()
Method Detail

init

protected void init()
Overrides:
init in class IndexesConfig

getBackEnd

public BackEnd getBackEnd()
Description copied from class: Config
Get the current BackEnd in use.

Specified by:
getBackEnd in class Config


Copyright © 2013. All Rights Reserved.