Copyright © 2015-2020 Marc Worrell
Behaviours: supervisor.
Authors: Marc Worrell (marc@worrell.nl).
init/1 | Return the filewatcher gen_server(s) to be used. |
restart_watchers/0 | Restart watchers because of a new application. |
start_link/0 | API for starting the site supervisor. |
start_watchers/0 | |
watch_dirs/0 | Return the list of all directories to watch. |
watch_dirs_expanded/0 | We expand all watch dirs, so that symbolic links to src, include, and priv are followed. |
init(X1) -> any()
Return the filewatcher gen_server(s) to be used.
restart_watchers() -> any()
Restart watchers because of a new application. This is because of new symlinks, the filewatcher_monitor resolves symlinks itself, so doesn't need to be restarted.
start_link() -> any()
API for starting the site supervisor.
start_watchers() -> any()
watch_dirs() -> [string()]
Return the list of all directories to watch
watch_dirs_expanded() -> [string()]
We expand all watch dirs, so that symbolic links to src, include, and priv are followed
Generated by EDoc