public interface CommandProcessorContainer
| 限定符和类型 | 方法和说明 |
|---|---|
List<CommandProcessor> |
getAllProcessor() |
CommandProcessor |
getProcessor(String name) |
CommandProcessor |
install(CommandProcessor command) |
CommandProcessor |
uninstall(String name) |
CommandProcessor install(CommandProcessor command)
CommandProcessor uninstall(String name)
CommandProcessor getProcessor(String name)
List<CommandProcessor> getAllProcessor()
Copyright © 2018. All rights reserved.