StatePaths class

Paths the CLI / daemon read and write under a state directory.

Constructors

StatePaths({required String baseDir, required String infoPath, required String lockPath, required String logPath, required String sessionsDir})
const

Properties

baseDir String
The state directory itself (typically ~/.agent-device/).
final
hashCode int
The hash code for this object.
no setterinherited
infoPath String
Info file written by the daemon so clients can discover its port+token. Consumed in Phase 6B; already computed here so callers use one resolver.
final
lockPath String
Lockfile the daemon acquires to prove singleton.
final
logPath String
Daemon log file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionsDir String
Directory where each session is stored as a <safeName>.json file.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited