Interface VcsOperations.CommandInterceptor
- Enclosing class:
VcsOperations
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Test seam (ike-issues#691): intercepts each git subprocess before it runs.
Throwing
MojoException simulates a command failure WITHOUT executing
the real subprocess; returning normally lets the command proceed. Default no-op.-
Method Summary
-
Method Details
-
beforeCommand
-