public interface CommandManager
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(HashMap<String,Object> session) |
String |
doCallBack(HashMap<String,Object> session,
String name,
String defaultValue) |
Set<String> |
getExtensions()
Returns the set of extensions managed by this implementation.
|
void |
init(HashMap<String,Object> session) |
boolean |
isActive()
Return true if this command manager is active.
|
CommandResolution |
resolveCommand(String name,
byte[] source)
Resolve a command for the specified command name.
|
boolean isActive()
Set<String> getExtensions()
CommandResolution resolveCommand(String name, byte[] source) throws CommandCreationException, NullPointerException
name - the command namesource - the command source @return the command or null if no command can be resolvedCommandCreationException - when the command exists but cannot be createdNullPointerException - if the command name is nullCopyright © 2014 eXo Platform SAS. All Rights Reserved.