Package | Description |
---|---|
com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
com.asakusafw.yaess.bootstrap |
Program entries for YAESS.
|
com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
com.asakusafw.yaess.iterative |
YAESS extension for Asakusa Iterative Extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicExtension
A basic implementation of
Extension . |
Modifier and Type | Method and Description |
---|---|
static List<Extension> |
CommandLineUtil.loadExtensions(ClassLoader classLoader,
List<ExtendedArgument> arguments)
Loads extensions from extended arguments.
|
Modifier and Type | Method and Description |
---|---|
Extension |
ExtensionHandler.handle(String tag,
String value)
Handles the tag and value pair, and returns the corresponded
Extension if it exists. |
Modifier and Type | Method and Description |
---|---|
Extension |
ParameterTableHandler.handle(String tag,
String value) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.