|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandProcessor
| Method Summary | |
|---|---|
void |
exec(CommandContext ctx)
Execute commands. |
List<Command> |
getCommands()
Gets the list of commands to execute when install() is called. |
void |
setLogger(Log log)
|
| Method Detail |
|---|
List<Command> getCommands()
The returned list is editable so that you can add new commands or modify existing commands by modifying the returned list.
void exec(CommandContext ctx)
throws Exception
Exceptionvoid setLogger(Log log)
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||