Package org.opennms.netmgt.vmmgr
Class ControllerUtils
- java.lang.Object
-
- org.opennms.netmgt.vmmgr.ControllerUtils
-
public abstract class ControllerUtils extends java.lang.Object
The Class ControllerUtils.- Author:
- Alejandro Galue
-
-
Constructor Summary
Constructors Constructor Description ControllerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Controller
getController()
Gets the controller.
-
-
-
Method Detail
-
getController
public static Controller getController()
Gets the controller.- Returns:
- the controller
-
-