Uses of Class
com.lyncode.xoai.dataprovider.xml.xoaiconfig.SetConfiguration
-
Packages that use SetConfiguration Package Description com.lyncode.xoai.dataprovider.sets com.lyncode.xoai.dataprovider.xml.xoaiconfig com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse -
-
Uses of SetConfiguration in com.lyncode.xoai.dataprovider.sets
Constructor parameters in com.lyncode.xoai.dataprovider.sets with type arguments of type SetConfiguration Constructor Description StaticSetManager(List<SetConfiguration> setConfigurations, FilterManager filterManager) -
Uses of SetConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return SetConfiguration Modifier and Type Method Description SetConfigurationSetConfiguration. withFilter(String filterId)SetConfigurationSetConfiguration. withName(String name)SetConfigurationSetConfiguration. withSpec(String spec)Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that return types with arguments of type SetConfiguration Modifier and Type Method Description List<SetConfiguration>Configuration. getSets()Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig with parameters of type SetConfiguration Modifier and Type Method Description ConfigurationConfiguration. withSets(SetConfiguration... sets)Method parameters in com.lyncode.xoai.dataprovider.xml.xoaiconfig with type arguments of type SetConfiguration Modifier and Type Method Description ConfigurationConfiguration. withSets(List<SetConfiguration> sets) -
Uses of SetConfiguration in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse that return SetConfiguration Modifier and Type Method Description SetConfigurationSetConfigurationParser. parse(XmlReader reader)
-