public interface CommandFactory
| Modifier and Type | Method and Description |
|---|---|
Command |
createCommand(String name)
Create new command instance
|
Map<String,Class<? extends Command>> |
getCommandTypes() |
Copyright © 2008–2020. All rights reserved.