Package | Description |
---|---|
com.asakusafw.workflow.executor.basic |
Basic implementations of workflow executions.
|
Modifier and Type | Method and Description |
---|---|
BasicExecutionContext |
BasicExecutionContext.withClassLoader(ClassLoader newValue)
Configures the class loader.
|
BasicExecutionContext |
BasicExecutionContext.withConfigurations(Consumer<Map<String,String>> configurator)
Configure configurations.
|
BasicExecutionContext |
BasicExecutionContext.withEnvironmentVariables(Consumer<Map<String,String>> configurator)
Configures environment variables.
|
<T> BasicExecutionContext |
BasicExecutionContext.withResource(Class<T> type,
T value)
Configures resources.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.