Package org.apache.maven.plugins.invoker
Interface JobExecutor.ThrowableJobConsumer
-
- Enclosing class:
- JobExecutor
static interface JobExecutor.ThrowableJobConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(BuildJob t)
-
-
-
Method Detail
-
accept
void accept(BuildJob t) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-