Interface MainBuildTask.IOHookSet.IOHook<R>
-
- Enclosing class:
- MainBuildTask.IOHookSet<R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface MainBuildTask.IOHookSet.IOHook<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhook(R context)
-
-
-
Method Detail
-
hook
void hook(R context) throws pro.gravit.utils.HookException, java.io.IOException
- Parameters:
context- custom param False to continue processing hook- Throws:
pro.gravit.utils.HookException- The hook may return the error text throwing this exceptionjava.io.IOException
-
-