Uses of Class
org.jweaver.crawler.internal.runner.JWeaverTask
Packages that use JWeaverTask
-
Uses of JWeaverTask in org.jweaver.crawler.internal.runner
Method parameters in org.jweaver.crawler.internal.runner with type arguments of type JWeaverTaskModifier and TypeMethodDescriptionvoidTaskExecutor.run(List<JWeaverTask> taskList) Executes the specified list of tasks sequentially.voidTaskExecutorImpl.run(List<JWeaverTask> taskList) voidTaskExecutor.runParallel(List<JWeaverTask> taskList) Executes the specified list of tasks in parallel.voidTaskExecutorImpl.runParallel(List<JWeaverTask> tasks)