Package me.a8kj.config.file.properties
Class BasicConfigMeta
java.lang.Object
me.a8kj.config.file.properties.BasicConfigMeta
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.a8kj.config.file.properties.ConfigMeta
getName, getRelativePath, getVersion, isLoggingEnabled
-
Constructor Details
-
BasicConfigMeta
public BasicConfigMeta()
-