| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Class IdeModuleConfigAccess provides access to the configuration files for the modules.
| Method Summary | |
static IdeModuleConfig | createModuleConfig(Class moduleClass, String path)Specifies path of config file for specified module. |
private static IdeConfigManager | getConfigManagerEx() |
protected static IdeModuleConfig | getModuleConfig(Class moduleClass) |
static boolean | isFileLoaded(Class moduleClass, String fileName)Checks whether the specified config file for the given module is loaded. |
static void | loadConfigFile(Class moduleClass, String fileName)Loads config for the specified module. |
static Enumeration | loadedFiles(Class moduleClass)Lists all loaded files of the specified module. |
static void | unloadConfigFile(Class moduleClass, String fileName)Unloads config for the specified module. |
| Method Detail |
public static IdeModuleConfig createModuleConfig(Class moduleClass, String path)
Class of the module for which config file path is specifiedString Path of config file.private static IdeConfigManager getConfigManagerEx()
protected static IdeModuleConfig getModuleConfig(Class moduleClass)
public static boolean isFileLoaded(Class moduleClass, String fileName)
Class of the module to be checkedString relative name of config filetrue if config file for this module is loaded, false otherwisepublic static void loadConfigFile(Class moduleClass, String fileName)
Class of module for which config will be loadedString name of config file to be loadedpublic static Enumeration loadedFiles(Class moduleClass)
Class of the module whose config files are listedEnumeration list of the loaded config filespublic static void unloadConfigFile(Class moduleClass, String fileName)
Class of the module for which config will be unloadedString name of config file to be unloaded
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||