pt.ist.fenixframework.backend.jvstmmem
Class JVSTMMemConfig

Package class diagram package JVSTMMemConfig
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.jvstmmem.JVSTMMemConfig

public class JVSTMMemConfig
extends IndexesConfig


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
JVSTMMemConfig()
           
 
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

JVSTMMemConfig

public JVSTMMemConfig()
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.