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