Class ManagerUtilities
- java.lang.Object
-
- org.glassfish.hk2.configuration.hub.api.ManagerUtilities
-
public class ManagerUtilities extends Object
- Author:
- jwells
-
-
Constructor Summary
Constructors Constructor Description ManagerUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
enableConfigurationHub(ServiceLocator locator)
This method will add the Hub service to the given service locator.
-
-
-
Method Detail
-
enableConfigurationHub
public static void enableConfigurationHub(ServiceLocator locator)
This method will add the Hub service to the given service locator. If there is already a Hub service available this method will do nothing- Parameters:
locator
- The non-null ServiceLocator to add the configuration Hub service to
-
-