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