public interface CommandResolver
| Modifier and Type | Method and Description |
|---|---|
Iterable<Map.Entry<String,String>> |
getDescriptions() |
Command<?> |
resolveCommand(String name)
Attempt to obtain a command.
|
Iterable<Map.Entry<String,String>> getDescriptions()
Command<?> resolveCommand(String name) throws CommandException, NullPointerException
name - the command nameCommandException - if an error occured preventing the command creationNullPointerException - if the name argument is nullCopyright © 2015 eXo Platform SAS. All Rights Reserved.