java.lang.Object
com.github.rvesse.airline.DefaultCommandFactory<T>
- All Implemented Interfaces:
CommandFactory<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance
(Class<?> type) Creates an instance of the given type
-
Constructor Details
-
DefaultCommandFactory
public DefaultCommandFactory()
-
-
Method Details
-
createInstance
Description copied from interface:CommandFactory
Creates an instance of the given type- Specified by:
createInstance
in interfaceCommandFactory<T>
- Parameters:
type
- Type- Returns:
- Instance
-