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(org.apache.commons.logging.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)
void setLogger(org.apache.commons.logging.Log log)
Copyright © 2015 Nuxeo SA. All rights reserved.