Interface CommandFactory<T>

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

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

    Modifier and Type
    Method
    Description
    Creates an instance of the given type
  • Method Details

    • createInstance

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