Interface CommandFactory<T>

  • Type Parameters:
    T - Command type
    All Known Implementing Classes:
    DefaultCommandFactory

    public interface CommandFactory<T>
    Interface for command factories
    • Method Detail

      • createInstance

        T createInstance​(java.lang.Class<?> type)
        Creates an instance of the given type
        Parameters:
        type - Type
        Returns:
        Instance