Class ManagerUtilities
java.lang.Object
org.glassfish.hk2.configuration.hub.api.ManagerUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
enableConfigurationHub
(ServiceLocator locator) This method will add the Hub service to the given service locator.
-
Constructor Details
-
ManagerUtilities
public ManagerUtilities()
-
-
Method Details
-
enableConfigurationHub
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
-