Uses of Interface
de.focus_shift.spi.Configuration
-
Packages that use Configuration Package Description de.focus_shift.impl de.focus_shift.spi -
-
Uses of Configuration in de.focus_shift.impl
Fields in de.focus_shift.impl declared as Configuration Modifier and Type Field Description protected ConfigurationDefaultHolidayManager. configurationConfiguration parsed on initialization.Methods in de.focus_shift.impl with parameters of type Configuration Modifier and Type Method Description protected static voidDefaultHolidayManager. logHierarchy(Configuration configuration, int level)Logs the hierarchy structure.protected static voidDefaultHolidayManager. validateConfigurationHierarchy(Configuration c)Validates the content of the provided configuration by checking for multiple hierarchy entries within one configuration. -
Uses of Configuration in de.focus_shift.spi
Methods in de.focus_shift.spi that return Configuration Modifier and Type Method Description ConfigurationConfigurationService. getConfiguration(ManagerParameter parameter)Methods in de.focus_shift.spi that return types with arguments of type Configuration Modifier and Type Method Description Stream<Configuration>Configuration. subConfigurations()
-