| abort/0 | |
| abort/2 | |
| base_dir/1 | |
| beam_to_mod/2 | |
| beams/1 | |
| cleanup_code_path/1 | |
| delayed_halt/1 | |
| deprecated/3 | |
| deprecated/4 | |
| ebin_dir/0 | |
| ensure_dir/1 | |
| erl_opts/1 | Return list of erl_opts. |
| erl_to_mod/1 | |
| escript_foldl/3 | |
| expand_code_path/0 | |
| expand_env_variable/3 | |
| find_executable/1 | |
| find_files/2 | |
| find_files/3 | |
| find_files_by_ext/2 | |
| find_files_by_ext/3 | |
| get_arch/0 | |
| get_cwd/0 | |
| get_deprecated_global/4 | |
| get_deprecated_global/5 | |
| get_deprecated_list/4 | |
| get_deprecated_list/5 | |
| get_deprecated_local/4 | |
| get_deprecated_local/5 | |
| get_experimental_global/3 | |
| get_experimental_local/3 | |
| init_vsn_cache/1 | |
| is_arch/1 | |
| now_str/0 | |
| otp_release/0 | |
| patch_env/2 | Returns the list of environment variables including 'REBAR' which points to the rebar executable used to execute the currently running command. |
| processing_base_dir/1 | |
| processing_base_dir/2 | |
| prop_check/3 | |
| save_vsn_cache/1 | |
| sh/2 | |
| sh_send/3 | |
| src_dirs/1 | |
| vcs_vsn/3 | |
| wordsize/0 |
abort() -> no_return()
abort(String::string(), Args::[term()]) -> no_return()
base_dir(Config) -> any()
beam_to_mod(Dir, Filename) -> any()
beams(Dir) -> any()
cleanup_code_path(OrigPath) -> any()
delayed_halt(Code::integer()) -> no_return()
deprecated(Old, New, When) -> any()
deprecated(Old, New, Opts, When) -> any()
ebin_dir() -> any()
ensure_dir(Path) -> any()
erl_opts(Config::rebar_config:config()) -> list()
Return list of erl_opts
erl_to_mod(Filename) -> any()
escript_foldl(Fun, Acc, File) -> any()
expand_code_path() -> any()
expand_env_variable(InStr, VarName, RawVarValue) -> any()
find_executable(Name) -> any()
find_files(Dir, Regex) -> any()
find_files(Dir, Regex, Recursive) -> any()
find_files_by_ext(Dir, Ext) -> any()
find_files_by_ext(Dir, Ext, Recursive) -> any()
get_arch() -> any()
get_cwd() -> any()
get_deprecated_global(Config, OldOpt, NewOpt, When) -> any()
get_deprecated_global(Config, OldOpt, NewOpt, Default, When) -> any()
get_deprecated_list(Config, OldOpt, NewOpt, When) -> any()
get_deprecated_list(Config, OldOpt, NewOpt, Default, When) -> any()
get_deprecated_local(Config, OldOpt, NewOpt, When) -> any()
get_deprecated_local(Config, OldOpt, NewOpt, Default, When) -> any()
get_experimental_global(Config, Opt, Default) -> any()
get_experimental_local(Config, Opt, Default) -> any()
init_vsn_cache(Config) -> any()
is_arch(ArchRegex) -> any()
now_str() -> any()
otp_release() -> any()
patch_env(Config::rebar_config:config(), All::[{string(), string()}]) -> [{string(), string()}]
Returns the list of environment variables including 'REBAR' which points to the rebar executable used to execute the currently running command. The environment is not modified if rebar was invoked programmatically.
processing_base_dir(Config) -> any()
processing_base_dir(Config, Dir) -> any()
prop_check(X1, Msg, Args) -> any()
save_vsn_cache(Config) -> any()
sh(Command0, Options0) -> any()
sh_send(Command0, String, Options0) -> any()
src_dirs(SrcDirs::[string()]) -> [file:filename(), ...]
vcs_vsn(Config, Vsn, Dir) -> any()
wordsize() -> any()
Generated by EDoc