pt.ist.fenixframework.dap
Class FFDAPConfig

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

public abstract class FFDAPConfig
extends Config


Field Summary
static String CONFIG_FILE
          This well-known name specifies the location of the properties file used to configure the Data Access Patterns framework.
protected  boolean dapEnabled
           
 
Fields inherited from class pt.ist.fenixframework.Config
appName, domainModelURLs, PROPERTY_CONFIG_CLASS, SETTER_FROM_STRING
 
Constructor Summary
FFDAPConfig()
           
 
Method Summary
protected  void init()
           
 
Methods inherited from class pt.ist.fenixframework.Config
appNameFromString, checkConfig, checkForDomainModelURLs, checkRequired, domainModelURLsFromString, filenamesToURLArray, filenameToURLArray, getAppName, getBackEnd, getDomainModelURLs, initialize, missingRequired, populate, resourcesToURLArray, resourceToURLArray, setProperty, shutdown
 
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 the Data Access Patterns framework. This file should be available in the application's classpath.

See Also:
Constant Field Values

dapEnabled

protected boolean dapEnabled
Constructor Detail

FFDAPConfig

public FFDAPConfig()
Method Detail

init

protected void init()
Specified by:
init in class Config


Copyright © 2013. All Rights Reserved.