com.togethersoft.openapi.ide.config
Class IdeConfigManagerAccess
- public abstract class IdeConfigManagerAccess
Provides access to the current IdeConfigManager instance.
- Author:
- TogetherSoft
getConfigManager
public static IdeConfigManager getConfigManager()
- Returns
IdeConfigManager.- Returns:
IdeConfigManager- See Also:
- IdeConfigManager
setConfigManager
protected static void setConfigManager(IdeConfigManager manager)
- Sets the current
IdeConfigManager. Only one instance of IdeConfigManager is allowed.- Parameters:
- manager - the
IdeConfigManager instance to be set as a current manager
to Class com.togethersoft.openapi.ide.config.IdeConfigManager