|
A Swiss Army Knife for OSGi | ||||||||
| 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,
java.lang.String command,
java.lang.Throwable outcome)
Is run after a command is executed. |
void |
before(Project project,
java.lang.String command)
Is run before a command is executed. |
| Method Detail |
|---|
void before(Project project,
java.lang.String command)
project - The project for which the command runscommand - the command name
void after(Project project,
java.lang.String command,
java.lang.Throwable outcome)
project - The project for which the command runscommand - the command name
|
Licensed under Apache Software License 2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||