Package | Description |
---|---|
com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
com.asakusafw.yaess.core.task |
Facade tasks for YAESS.
|
Modifier and Type | Method and Description |
---|---|
static YaessProfile |
YaessProfile.load(Properties properties,
ClassLoader classLoader)
Deprecated.
use
load(Properties, ProfileContext) instead |
static YaessProfile |
YaessProfile.load(Properties properties,
ProfileContext context)
Loads a YAESS profile from the specified properties.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionTask |
ExecutionTask.load(YaessProfile profile,
Properties script,
Map<String,String> batchArguments)
Loads profile and create a new
ExecutionTask . |
static ExecutionTask |
ExecutionTask.load(YaessProfile profile,
Properties script,
Map<String,String> batchArguments,
Map<String,String> yaessArguments)
Loads profile and create a new
ExecutionTask . |
static ExecutionTask |
ExecutionTask.load(YaessProfile profile,
Properties script,
Map<String,String> batchArguments,
Map<String,String> yaessArguments,
Map<String,Blob> extensions)
Loads profile and create a new
ExecutionTask . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.