Behaviours: provider.
| compile/2 | |
| compile/3 | |
| compile/4 | |
| copy_app_dirs/3 | |
| do/1 | |
| format_error/1 | |
| init/1 |
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(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(State::rebar_state:t(), Providers::[providers:t()], Apps::[rebar_app_info:t()], Tag::atom() | undefined) -> [rebar_app_info:t()]
copy_app_dirs(AppInfo, OldAppDir, AppDir) -> any()
do(State::rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}
format_error(Reason::any()) -> iolist()
init(State::rebar_state:t()) -> {ok, rebar_state:t()}
Generated by EDoc