Class SailRegistry

    • Constructor Detail

      • SailRegistry

        public SailRegistry()
    • Method Detail

      • getInstance

        public static SailRegistry getInstance()
        Gets the default SailRegistry.
        Returns:
        The default registry.
      • getKey

        protected java.lang.String getKey​(SailFactory factory)
        Description copied from class: ServiceRegistry
        Gets the key for the specified service.
        Specified by:
        getKey in class ServiceRegistry<java.lang.String,​SailFactory>
        Parameters:
        factory - The service to get the key for.
        Returns:
        The key for the specified service.