Class DefaultCommandFactory<T>
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:CommandFactoryCreates an instance of the given type- Specified by:
createInstancein interfaceCommandFactory<T>- Parameters:
type- Type- Returns:
- Instance
-