Uses of Class
com.lyncode.xoai.dataprovider.exceptions.ConfigurationException
-
-
Uses of ConfigurationException in com.lyncode.xoai.dataprovider.core
Constructors in com.lyncode.xoai.dataprovider.core that throw ConfigurationException Constructor Description ContextManager(List<ContextConfiguration> contexts, FilterManager filterManager, TransformManager tm, MetadataFormatManager mfm, StaticSetManager sm)XOAIManager(FilterResolver filterResolver, ResourceResolver resolver, Configuration config) -
Uses of ConfigurationException in com.lyncode.xoai.dataprovider.filter
Constructors in com.lyncode.xoai.dataprovider.filter that throw ConfigurationException Constructor Description FilterManager(FilterResolver resolver, List<FilterConfiguration> filters, List<ConditionConfiguration> conditions) -
Uses of ConfigurationException in com.lyncode.xoai.dataprovider.format
Constructors in com.lyncode.xoai.dataprovider.format that throw ConfigurationException Constructor Description MetadataFormatManager(ResourceResolver resolver, List<FormatConfiguration> config, FilterManager filterManager) -
Uses of ConfigurationException in com.lyncode.xoai.dataprovider.sets
Constructors in com.lyncode.xoai.dataprovider.sets that throw ConfigurationException Constructor Description StaticSetManager(List<SetConfiguration> setConfigurations, FilterManager filterManager) -
Uses of ConfigurationException in com.lyncode.xoai.dataprovider.transform
Constructors in com.lyncode.xoai.dataprovider.transform that throw ConfigurationException Constructor Description TransformManager(ResourceResolver resolver, List<TransformerConfiguration> transformerConfigurations) -
Uses of ConfigurationException in com.lyncode.xoai.dataprovider.xml.xoaiconfig
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that throw ConfigurationException Modifier and Type Method Description static ConfigurationConfiguration. readConfiguration(InputStream input)
-