Uses of Interface
me.a8kj.config.file.properties.ConfigMeta
Packages that use ConfigMeta
Package
Description
-
Uses of ConfigMeta in me.a8kj.config.builder
Methods in me.a8kj.config.builder with parameters of type ConfigMetaModifier and TypeMethodDescriptionBasicConfigBuilder.meta(ConfigMeta meta) Sets the metadata for the configuration, such as name and relative path.PairedConfigBuilder.meta(ConfigMeta meta) Sets the metadata for the configuration, containing identifying information and paths.StringConfigBuilder.meta(ConfigMeta meta) Sets the configuration metadata including the name and path logic. -
Uses of ConfigMeta in me.a8kj.config.file
Methods in me.a8kj.config.file that return ConfigMetaModifier and TypeMethodDescriptionConfigFile.meta()Retrieves the metadata associated with this configuration. -
Uses of ConfigMeta in me.a8kj.config.file.impl
Methods in me.a8kj.config.file.impl that return ConfigMetaModifier and TypeMethodDescriptionBasicConfigFile.meta()Returns the value of themetarecord component.Constructors in me.a8kj.config.file.impl with parameters of type ConfigMetaModifierConstructorDescriptionBasicConfigFile(ConfigMeta meta, File file, DataMemory<K> memory) Creates an instance of aBasicConfigFilerecord class. -
Uses of ConfigMeta in me.a8kj.config.file.properties
Classes in me.a8kj.config.file.properties that implement ConfigMetaModifier and TypeClassDescriptionclassA standard implementation ofConfigMetausing the Builder pattern.