public abstract class SubCommands extends Object
| Constructor and Description |
|---|
SubCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
defineSubCommand(Class<? extends FloodgateSubCommand> subCommandClass) |
void |
registerSubCommands(com.google.inject.Injector injector) |
protected Set<FloodgateSubCommand> |
subCommands() |
public void defineSubCommand(Class<? extends FloodgateSubCommand> subCommandClass)
@Inject public void registerSubCommands(com.google.inject.Injector injector)
protected Set<FloodgateSubCommand> subCommands()