Class ManagerUtilities


  • public class ManagerUtilities
    extends java.lang.Object
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ManagerUtilities

        public ManagerUtilities()
    • 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