| Package | Description |
|---|---|
| com.lyncode.xoai.dataprovider.core | |
| com.lyncode.xoai.dataprovider.xml.xoaiconfig | |
| com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse |
| Constructor and Description |
|---|
ContextManager(List<ContextConfiguration> contexts,
FilterManager filterManager,
TransformManager tm,
MetadataFormatManager mfm,
StaticSetManager sm) |
| Modifier and Type | Method and Description |
|---|---|
ContextConfiguration |
ContextConfiguration.withDescription(String description) |
ContextConfiguration |
ContextConfiguration.withFilter(String filterId) |
ContextConfiguration |
ContextConfiguration.withFormat(String formatId) |
ContextConfiguration |
ContextConfiguration.withFormats(Collection<String> formats) |
ContextConfiguration |
ContextConfiguration.withFormats(String... formats) |
ContextConfiguration |
ContextConfiguration.withName(String name) |
ContextConfiguration |
ContextConfiguration.withSet(String setId) |
ContextConfiguration |
ContextConfiguration.withSets(Collection<String> setsIds) |
ContextConfiguration |
ContextConfiguration.withSets(String... setsIds) |
ContextConfiguration |
ContextConfiguration.withTransformer(String transformerId) |
| Modifier and Type | Method and Description |
|---|---|
List<ContextConfiguration> |
Configuration.getContexts() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.withContextConfigurations(ContextConfiguration... contextConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.withContextConfigurations(Collection<ContextConfiguration> contextConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
ContextConfiguration |
ContextConfigurationParser.parse(XmlReader reader) |
Copyright © 2020. All rights reserved.