public class DefaultCommandFactory<T> extends Object implements CommandFactory<T>
| Constructor and Description |
|---|
DefaultCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
T |
createInstance(Class<?> type)
Creates an instance of the given type
|
public T createInstance(Class<?> type)
CommandFactorycreateInstance in interface CommandFactory<T>type - TypeCopyright © 2012–2022. All rights reserved.