Class HostManager
- java.lang.Object
-
- com.compuware.api.topaz.eclipse.hosts.HostManager
-
public final class HostManager extends Object
TheHostManager
provides access to the implementation of theIHostManager
interface.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 IHostManager
getInstance()
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
-
-