Package com.im.df.impl.db.sprovider
Class SpringContextConfigurations
- java.lang.Object
-
- com.im.df.impl.db.sprovider.SpringContextConfigurations
-
public final class SpringContextConfigurations extends Object
A common class containing references to all spring context files we need to use here and there.- Author:
- Masoud Kalali
-
-
Field Summary
Fields Modifier and Type Field Description static String
APP_CONTEXT_OPERATION_DEFINITIONS_FILE
Holds path to operations definitions beans configuration file.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]
getContextFiles()
Gets the spring shared and database context configuration files required for client-server and localdb mode.static List<String>
getLocalModeOnlyContextFiles()
static List<String>
getSharedContextFiles()
-
-
-
Field Detail
-
APP_CONTEXT_OPERATION_DEFINITIONS_FILE
public static final String APP_CONTEXT_OPERATION_DEFINITIONS_FILE
Holds path to operations definitions beans configuration file.- See Also:
- Constant Field Values
-
-
Method Detail
-
getSharedContextFiles
public static List<String> getSharedContextFiles()
- Returns:
- the spring context configuration files required for both 3-tier and client server mode.
-
getLocalModeOnlyContextFiles
public static List<String> getLocalModeOnlyContextFiles()
- Returns:
- the spring context configuration files only required for client-server mode.
-
getContextFiles
public static String[] getContextFiles()
Gets the spring shared and database context configuration files required for client-server and localdb mode.- Returns:
- string array containing all the config files
-
-