Uses of Interface
space.arim.dazzleconf.ConfigurationFactory
Packages that use ConfigurationFactory
Package
Description
Provides abstract
ConfigurationFactory implementations useful for
those implementing their own format support.Optional helper classes which reduce boilerplate related to common setups.
-
Uses of ConfigurationFactory in space.arim.dazzleconf.factory
Classes in space.arim.dazzleconf.factory that implement ConfigurationFactoryModifier and TypeClassDescriptionclassDeprecated.classDeprecated.Will be removed without replacement in a later release.classAbstract implementation ofConfigurationFactorywhich takes care of configuration loading from a map.classExtension ofConfigurationFormatFactorywhich turnsReadableByteChannelandInputStreamintoReaderandWritableByteChannelandOutputStreamintoWriter. -
Uses of ConfigurationFactory in space.arim.dazzleconf.helper
Methods in space.arim.dazzleconf.helper that return ConfigurationFactoryModifier and TypeMethodDescriptionConfigurationHelper.getFactory()Gets the configuration factoryConstructors in space.arim.dazzleconf.helper with parameters of type ConfigurationFactoryModifierConstructorDescriptionConfigurationHelper(Path configFolder, String fileName, ConfigurationFactory<C> factory) Creates from an enclosing directory, filename within that directory, andConfigurationFactory.
HumanReadableConfigurationFactory