Bndtools http://bndtools.org/
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
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
-
before
void before(Project project,
java.lang.String command)
Is run before a command is executed. These plugins are called in the
order of declaration.
- Parameters:
project - The project for which the command runscommand - the command name
-
after
void after(Project project,
java.lang.String command,
java.lang.Throwable outcome)
Is run after a command is executed. These plugins are called in the
reverse order of declaration.
- Parameters:
project - The project for which the command runscommand - the command name
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.