public interface BeforeReloadActionHook
Modifier and Type | Method and Description |
---|---|
boolean |
beforeReload(String action,
Lookup context,
int result,
PrintWriter out)
This method is called after the build action has been finished but before
the project reload (if reload would be enabled by the action reload rules).
|
boolean beforeReload(String action, Lookup context, int result, PrintWriter out)
action
- the name of the action which is to be processed.context
- the action context.result
- the result of the build. 0 when the build is successful.out
- the OutputWriter for the I/O tab of the build,
it can be null
on reload only actions.true
if the project can be reloaded.