public class DefaultCommandRegistry extends Object implements CommandRegistry
| Constructor and Description |
|---|
DefaultCommandRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindInfoSupplier(InfoSupplier supplier) |
Collection<? extends CommandInfo> |
getAllCommands() |
Collection<? extends CommandInfo> |
getCommands(CommandFilter filter) |
Collection<? extends ScopeInfo> |
getScopes() |
void |
unbindInfoSupplier(InfoSupplier supplier) |
public Collection<? extends ScopeInfo> getScopes()
getScopes in interface CommandRegistrypublic Collection<? extends CommandInfo> getAllCommands()
getAllCommands in interface CommandRegistrypublic Collection<? extends CommandInfo> getCommands(CommandFilter filter)
getCommands in interface CommandRegistrypublic void bindInfoSupplier(InfoSupplier supplier)
public void unbindInfoSupplier(InfoSupplier supplier)
Copyright © 2013 OW2 Consortium. All Rights Reserved.