Class DelegatingCommandSuggestionEngineFactory<C>

  • Type Parameters:
    C - Command sender type

    public final class DelegatingCommandSuggestionEngineFactory<C>
    extends java.lang.Object
    Factory that produces DelegatingCommandSuggestionEngine instances
    • Method Summary

      Modifier and Type Method Description
      @NonNull DelegatingCommandSuggestionEngine<C> create()
      Create the engine instance
      • Methods inherited from class java.lang.Object

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

      • DelegatingCommandSuggestionEngineFactory

        public DelegatingCommandSuggestionEngineFactory​(@NonNull CommandManager<C> commandManager)
        Create a new delegating command suggestion engine factory
        Parameters:
        commandManager - Command manager