| Package | Description |
|---|---|
| net.shibboleth.metadata.pipeline |
A set of classes for constructing generic data processing pipelines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilesInDirectoryMultiOutputStrategy<T>
An output strategy for use with the
MultiOutputSerializationStage which generates
individual files within a directory. |
| Modifier and Type | Field and Description |
|---|---|
private MultiOutputSerializationStage.OutputStrategy<T> |
MultiOutputSerializationStage.outputStrategy
Strategy used to determine where to serialize the item.
|
| Modifier and Type | Method and Description |
|---|---|
MultiOutputSerializationStage.OutputStrategy<T> |
MultiOutputSerializationStage.getOutputStrategy()
Gets the output strategy function determining where an item will be written.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiOutputSerializationStage.setOutputStrategy(MultiOutputSerializationStage.OutputStrategy<T> strategy)
Sets the output strategy function determining where an item will be written.
|
Copyright © 1999–2016. All rights reserved.