| Package | Description |
|---|---|
| com.asakusafw.workflow.executor |
Provides workflow executors.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TaskExecutors.withLibraries(TaskExecutionContext context,
List<? extends Path> libraries,
TaskExecutors.IoConsumer<? super ClassLoader> action)
Loads the libraries and performs the given action.
|
static void |
TaskExecutors.withLibraries(TaskExecutionContext context,
TaskExecutors.IoConsumer<? super ClassLoader> action)
Loads the current batch libraries and performs the given action.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.