Module zotonic_filehandler

Handle file changes.

Copyright © 2017 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Handle file changes.

Data Types

verb()

verb() = create | modify | delete

Function Index

compile_all/0
compile_all_sync/0
compile_options/1
load_module/1
reload_module/1
reload_modules/0
terminal_notifier/1Send a message to the user as a system notification.

Function Details

compile_all/0

compile_all() -> ok | {error, term()}

compile_all_sync/0

compile_all_sync() -> ok | {error, term()}

compile_options/1

compile_options(ErlangFile::file:filename_all()) -> {ok, list()} | false

load_module/1

load_module(Module::module()) -> ok | {error, term()}

reload_module/1

reload_module(Module::module()) -> ok | {error, term()}

reload_modules/0

reload_modules() -> ok | {error, term()}

terminal_notifier/1

terminal_notifier(Msg) -> any()

Send a message to the user as a system notification


Generated by EDoc