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

    Modifier and Type
    Method
    Description
    void
    hook​(R context)
     
  • Method Details

    • hook

      void hook(R context) throws pro.gravit.utils.HookException, IOException
      Parameters:
      context - custom param False to continue processing hook
      Throws:
      pro.gravit.utils.HookException - The hook may return the error text throwing this exception
      IOException