Copyright © 2018 Marc Worrell
Behaviours: gen_server.
Authors: Marc Worrell (marc@worrell.nl).
code_change/3 | |
find/3 | Find all files underneath a app/dir. |
flush/0 | |
flush/2 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/0 | |
terminate/2 |
code_change(Version, State, Extra) -> any()
find(App::atom(), SubDir::file:filename_all(), OptPattern::binary() | list() | undefined) -> {ok, [zotonic_fileindexer:fileindex()]} | {error, term()}
Find all files underneath a app/dir. Optional with a certain extension.
flush() -> ok
flush(App::atom(), SubDir::file:filename_all()) -> ok
handle_call(Cmd, From, State) -> any()
handle_cast(Cmd, State) -> any()
handle_info(Cmd, State) -> any()
init(Args) -> any()
start_link() -> any()
terminate(Reason, State) -> any()
Generated by EDoc