All Classes and Interfaces

Class
Description
an abstract class for IniElement.
An abstract base class for formatters that convert string values into IniElement objects.
An abstract base class for settings, providing common functionality for accessing configuration values.
A builder and facade for creating and accessing various configuration file types like IniSetting, Props, and Yaml.
A formatter that parses a string value into an IniComment object.
The default line formatter for INI files.
An interface for formatters that convert a string value from a configuration file into a specific IniElement type.
A functional interface for creating an INI Format instance.
An interface for an INI file line formatter.
A global center for managing Profile configurations.
A thread-safe, group-based map implementation, extending LinkedHashMap.
A class representing a collection of grouped sets, parsed from a configuration file.
A builder for creating an IniSetting object programmatically.
Ini file's comment.
section create function
Ini file's comment.
IniElement, like sections, properties, comments. they all can be like String .
Ini file's parameters, like property1=value1
property create function
Ini file's parameters, like property1=value1
Ini file's Section
section create function
Ini file's Section
Represents the in-memory structure of an INI file, extending ArrayList<IniElement>.
A loader for .setting files.
A functional interface for editing a property value during the loading process.
Represents a configuration profile, allowing for environment-specific settings.
A formatter that parses a string value into an IniProperty object (a key-value pair).
A wrapper class for reading and handling .properties files.
An interface representing a proxy for a List.
A formatter that parses a string value into an IniSection object.
A utility class that provides static methods for accessing Setting configuration files, with caching support.
A utility class for handling .setting files, which are an enhanced version of Java's .properties files with backward compatibility.
A utility class providing static methods for reading and writing TOML data.
A reader for TOML (Tom's Obvious, Minimal Language) files.
A writer for generating TOML (Tom's Obvious, Minimal Language) data from a Map.
A utility class for reading and writing YAML files, based on the SnakeYAML library.