com.togethersoft.openapi.ide.config
Interface IdeModuleConfig

All Known Implementing Classes:
IdeNullModuleConfig

public interface IdeModuleConfig

Represents the manager of config files which loads, unloads and performs other actions with these files.
To access the config files use IdeModuleConfigAccess.

Author:
TogetherSoft
Since: Together 4.0

Field Summary
 final static IdeModuleConfigNULL
           

Method Summary
 booleanisFileLoaded(String file)
          Check whether the specified file is loaded.
 EnumerationloadedFiles()
          Lists all loaded files.
 voidloadFile(String fileName)
          Instructs config subsystem to load specified config file.
 voidunloadFile(String fileName)
          Instructs config subsystem to unload specified config file.

Field Detail

NULL

public final static IdeModuleConfig NULL
Method Detail

isFileLoaded

public boolean isFileLoaded(String file)
Check whether the specified file is loaded.
Parameters:
file String relative name of the config file

loadedFiles

public Enumeration loadedFiles()
Lists all loaded files.
Returns: Enumeration of the loaded config files

loadFile

public void loadFile(String fileName)
Instructs config subsystem to load specified config file.
Parameters:
fileName String relative name of config file

unloadFile

public void unloadFile(String fileName)
Instructs config subsystem to unload specified config file.
Parameters:
fileName String relative name of config file

Association Links

to Class com.togethersoft.openapi.ide.config.IdeModuleConfig