|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandPlugin
A plugin that makes it possible to
| Method Summary | |
|---|---|
void |
after(Project project,
String command,
Throwable outcome)
Is run after a command is executed. |
void |
before(Project project,
String command)
Is run before a command is executed. |
| Method Detail |
|---|
void before(Project project,
String command)
project - The project for which the command runscommand - the command name
void after(Project project,
String command,
Throwable outcome)
project - The project for which the command runscommand - the command name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||