Uses of Interface
space.arim.dazzleconf.sorter.ConfigurationSorter
Packages that use ConfigurationSorter
Package
Description
Base package containing classes which most usage will involve.
Enables sorting configuration entries by certain attributes
-
Uses of ConfigurationSorter in space.arim.dazzleconf
Methods in space.arim.dazzleconf that return ConfigurationSorterMethods in space.arim.dazzleconf that return types with arguments of type ConfigurationSorterModifier and TypeMethodDescriptionConfigurationOptions.getConfigurationSorter()Gets the configuration sorterMethods in space.arim.dazzleconf with parameters of type ConfigurationSorterModifier and TypeMethodDescriptionConfigurationOptions.Builder.sorter(ConfigurationSorter sorter) Sets theConfigurationSorterto use when writing the configuration to a stream or channel. -
Uses of ConfigurationSorter in space.arim.dazzleconf.sorter
Classes in space.arim.dazzleconf.sorter that implement ConfigurationSorterModifier and TypeClassDescriptionclassImplementation ofConfigurationSorterto be paired with an annotation to sort entries
ConfigurationOptions.getConfigurationSorter()instead