public interface CommandPlugin
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015 aQute SARL. All rights reserved.