com.togethersoft.openapi.ide.config
Class IdeConfigManagerAccess


public abstract class IdeConfigManagerAccess

Provides access to the current IdeConfigManager instance.

Author:
TogetherSoft
Since: Together 3.0

Field Summary
 private static IdeConfigManagermyIdeConfigManager
           

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

Field Detail

myIdeConfigManager

private static IdeConfigManager myIdeConfigManager
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