- Type Parameters:
T
- Command type
- All Known Implementing Classes:
DefaultCommandFactory
public interface CommandFactory<T>
Interface for command factories
-
Method Summary
Modifier and TypeMethodDescriptioncreateInstance
(Class<?> type) Creates an instance of the given type
-
Method Details
-
createInstance
Creates an instance of the given type- Parameters:
type
- Type- Returns:
- Instance
-