public interface CommandProcessor
Modifier and Type | Method and Description |
---|---|
void |
exec(CommandContext ctx)
Execute commands.
|
List<Command> |
getCommands()
Gets the list of commands to execute when install() is called.
|
void |
setLogger(Log log) |
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
Exception
void setLogger(Log log)
Copyright © 2011 Nuxeo SA. All Rights Reserved.