Class ExternalManagerCatalog


  • public final class ExternalManagerCatalog
    extends java.lang.Object
    Lists ExternalManager to register.
    Since:
    1.8.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void add​(ExternalManagerDefinition externalManagerDefinition)
      Registers the specified custom ExternalManager.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • add

        public static void add​(ExternalManagerDefinition externalManagerDefinition)
        Registers the specified custom ExternalManager.
        Parameters:
        externalManagerDefinition - the ExternalManagerDefinition.