Class HostManager
- java.lang.Object
-
- com.compuware.api.topaz.eclipse.hosts.HostManager
-
public final class HostManager extends Object
TheHostManagerprovides access to the implementation of theIHostManagerinterface.This class is not intended to be instantiated or extended by clients.
- Since:
- 2.0.0
- Version:
- 1.0.0
- See Also:
IHostManager- Restriction:
- This class is not intended to be extended by clients.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IHostManagergetInstance()Get the singleton instance ofIHostManager.
-
-
-
Method Detail
-
getInstance
public static IHostManager getInstance()
Get the singleton instance ofIHostManager.- Returns:
- an instance of
IHostManager - Since:
- 2.0.0
- See Also:
IHostManager
-
-