Class BasicConfigMeta

java.lang.Object
me.a8kj.config.file.properties.BasicConfigMeta
All Implemented Interfaces:
ConfigMeta

public class BasicConfigMeta extends Object implements ConfigMeta
A standard implementation of ConfigMeta using the Builder pattern. This class holds the essential identity and behavioral properties of a configuration file, such as its name, path, versioning, and logging preferences.
Since:
0.1
Author:
a8kj7sea
  • Constructor Details

    • BasicConfigMeta

      public BasicConfigMeta()