NAME
Developer::Dashboard::FileRegistry - logical file registry for Developer Dashboard
SYNOPSIS
my $files = Developer::Dashboard::FileRegistry->new(paths => $paths);
my $json = $files->read('global_config');
DESCRIPTION
This module maps logical file names to concrete runtime files and provides small convenience methods for reading and writing them.
METHODS
new
Construct a registry bound to a path registry.
resolve_file, read, write, append, touch, remove
Resolve and manage named files.
prompt_log, collector_log, dashboard_log, global_config, dashboard_index, auth_log, web_pid, web_state
Return known runtime file paths.