Class DefaultCommandFactory<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T createInstance​(java.lang.Class<?> type)
      Creates an instance of the given type
      • Methods inherited from class java.lang.Object

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

      • DefaultCommandFactory

        public DefaultCommandFactory()
    • Method Detail

      • createInstance

        public T createInstance​(java.lang.Class<?> type)
        Description copied from interface: CommandFactory
        Creates an instance of the given type
        Specified by:
        createInstance in interface CommandFactory<T>
        Parameters:
        type - Type
        Returns:
        Instance