FileConfigTextStore

Simple file-backed config store.

Design note

This is platform-neutral and intended for standalone hosts or platform adapters that store configs on disk. The id passed in is treated as a relative filename. No path traversal is allowed.

Constructors

Link copied to clipboard
constructor(baseDir: Path)

Functions

Link copied to clipboard
open override fun read(id: String): String?
Link copied to clipboard
open override fun write(id: String, text: String)