Exemplo n.º 1
0
 public boolean execute(BeneratorContext context) {
   Long invocations = count.evaluate(context);
   TaskExecutor.execute(
       getTask(context),
       context,
       invocations,
       invocations,
       getPageListeners(context),
       pageSize.evaluate(context),
       stats.evaluate(context),
       getErrorHandler(context),
       infoLog);
   return true;
 }