Skip to content

Hot Reload

Keith Sterling edited this page May 9, 2018 · 1 revision

Hot Reload Configuration

From version 2.2 onwards, Program-Y supports a hot reload capability for certain configuration items.

Access is via an admin extension, and a grammar is provided in Y-Bot as part of the admin AIML files

This mechanism allows you to

  • RELOAD DENORMAL - Reload denormalisation.txt config file
  • RELOAD NORMAL - Reload normalisation.txt config file
  • RELOAD GENDER - Reload gender.txt config file
  • RELOAD PERSON - Reload person.txt config file
  • RELOAD PERSON2 - Reload person2.txt config file
  • RELOAD PROPERTIES - Reload properties.txt config file
  • RELOAD DEFAULTS - Reload defaults.txt config file
  • RELOAD REGEX - Reload regex-templates.txt config file
  • RELOAD PATTERNS - Reload pattern-nodes.conf config file
  • RELOAD TEMPLATES - Reload template-nodes.conf config file
  • RELOAD SET NAME - Reload the set named 'NAME'
  • RELOAD MAP NAME - Reload the map named 'NAME'
  • RELOAD RDF NAME - Reload the rdf named 'NAME'
  • RELOAD ALL AIML - Reload all AIML files
  • RELOAD ALL MAPS - Reload all map files
  • RELOAD ALL SETS - Reload all set files
  • RELOAD ALL RDFS - Reload all RDF files
Clone this wiki locally