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 TypeMethodDescriptioncreateInstance(Class<?> type) Creates an instance of the given type
-
Method Details
-
createInstance
-