Package aQute.bnd.service
Interface CommandPlugin
public interface CommandPlugin
A plugin that makes it possible to
-
Method Summary
-
Method Details
-
before
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
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
-