com.togethersoft.openapi.ide.config
Class IdeConfigManagerAccess


public abstract class IdeConfigManagerAccess

Provides access to the current IdeConfigManager instance.

Author:
TogetherSoft

Method Summary
 static IdeConfigManagergetConfigManager()
           Returns IdeConfigManager.
 protected static voidsetConfigManager(IdeConfigManager manager)
           Sets the current IdeConfigManager.

Method Detail

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

Association Links

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