Module rebar_prv_compile

Behaviours: provider.

Function Index

compile/2
compile/3
compile/4
copy_app_dirs/3
do/1
format_error/1
init/1

Function Details

compile/2

compile(State::rebar_state:t(), AppInfo::[rebar_app_info:t()]) -> [rebar_app_info:t()]

compile(State::rebar_state:t(), AppInfo::rebar_app_info:t()) -> rebar_app_info:t()

compile/3

compile(State::rebar_state:t(), Providers::[providers:t()], AppInfo::[rebar_app_info:t()]) -> [rebar_app_info:t()]

compile(State::rebar_state:t(), Providers::[providers:t()], AppInfo::rebar_app_info:t()) -> rebar_app_info:t()

compile/4

compile(State::rebar_state:t(), Providers::[providers:t()], Apps::[rebar_app_info:t()], Tag::atom() | undefined) -> [rebar_app_info:t()]

copy_app_dirs/3

copy_app_dirs(AppInfo, OldAppDir, AppDir) -> any()

do/1

do(State::rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}

format_error/1

format_error(Reason::any()) -> iolist()

init/1

init(State::rebar_state:t()) -> {ok, rebar_state:t()}


Generated by EDoc