Package | Description |
---|---|
com.asakusafw.iterative.common |
Common runtime classes for Asakusa Iterative Extensions.
|
com.asakusafw.iterative.common.basic |
Basic implementations of common runtime classes for Asakusa Iterative Extensions.
|
Modifier and Type | Method and Description |
---|---|
ParameterTable |
ParameterTable.Builder.build()
Builds a
ParameterTable from the previously added rows. |
static ParameterTable |
IterativeExtensions.load(InputStream input)
Restores the
saved object. |
Modifier and Type | Method and Description |
---|---|
static void |
IterativeExtensions.save(OutputStream output,
ParameterTable table)
Stores the parameter table into the target stream.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicParameterTable
A basic implementation of
ParameterTable . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.