Module rebar_utils

Function Index

abort/0
abort/2
args_to_tasks/1
beam_to_mod/1
beam_to_mod/2
beams/1
check_blacklisted_otp_versions/1
check_min_otp_version/1
cleanup_code_path/1
deprecated/3
deprecated/4
deps_to_binary/1
droplast/1
erl_to_mod/1
escape_chars/1
escape_double_quotes/1
escape_double_quotes_weak/1
escript_foldl/3
expand_env_variable/3
filtermap/2
find_executable/1
find_files/2
find_files/3
get_arch/0
indent/1ident to the level specified.
info_useless/2
is_arch/1
line_count/1
list_dir/1
otp_release/0
remove_from_code_path/1
reread_config/1
set_httpc_options/0
sh/2
sh_send/3
sort_deps/1
tup_dedup/1
tup_find/2
tup_sort/1
tup_umerge/2
update_code/1
update_code/2
url_append_path/2
user_agent/0
vcs_vsn/3
wordsize/0

Function Details

abort/0

abort() -> no_return()

abort/2

abort(String::string(), Args::[term()]) -> no_return()

args_to_tasks/1

args_to_tasks(Args) -> any()

beam_to_mod/1

beam_to_mod(Filename) -> any()

beam_to_mod/2

beam_to_mod(Dir, Filename) -> any()

beams/1

beams(Dir) -> any()

check_blacklisted_otp_versions/1

check_blacklisted_otp_versions(BlacklistedRegexes) -> any()

check_min_otp_version/1

check_min_otp_version(MinOtpVersion) -> any()

cleanup_code_path/1

cleanup_code_path(OrigPath) -> any()

deprecated/3

deprecated(Old, New, When) -> any()

deprecated/4

deprecated(Old, New, Opts, When) -> any()

deps_to_binary/1

deps_to_binary(T) -> any()

droplast/1

droplast(L) -> any()

erl_to_mod/1

erl_to_mod(Filename) -> any()

escape_chars/1

escape_chars(Str) -> any()

escape_double_quotes/1

escape_double_quotes(Str) -> any()

escape_double_quotes_weak/1

escape_double_quotes_weak(Str) -> any()

escript_foldl/3

escript_foldl(Fun, Acc, File) -> any()

expand_env_variable/3

expand_env_variable(InStr, VarName, RawVarValue) -> any()

filtermap/2

filtermap(F, Tail) -> any()

find_executable/1

find_executable(Name) -> any()

find_files/2

find_files(Dir, Regex) -> any()

find_files/3

find_files(Dir, Regex, Recursive) -> any()

get_arch/0

get_arch() -> any()

indent/1

indent(Amount::non_neg_integer()) -> iolist()

ident to the level specified

info_useless/2

info_useless(Old, New) -> any()

is_arch/1

is_arch(ArchRegex) -> any()

line_count/1

line_count(PatchLines) -> any()

list_dir/1

list_dir(Dir) -> any()

otp_release/0

otp_release() -> any()

remove_from_code_path/1

remove_from_code_path(Paths) -> any()

reread_config/1

reread_config(ConfigList) -> any()

set_httpc_options/0

set_httpc_options() -> any()

sh/2

sh(Command0, Options0) -> any()

sh_send/3

sh_send(Command0, String, Options0) -> any()

sort_deps/1

sort_deps(Deps) -> any()

tup_dedup/1

tup_dedup(List) -> any()

tup_find/2

tup_find(Elem, Elems) -> any()

tup_sort/1

tup_sort(List) -> any()

tup_umerge/2

tup_umerge(NewList, OldList) -> any()

update_code/1

update_code(Paths) -> any()

update_code/2

update_code(Paths, Opts) -> any()

url_append_path/2

url_append_path(Url, ExtraPath) -> any()

user_agent/0

user_agent() -> any()

vcs_vsn/3

vcs_vsn(Vcs, Dir, Resources) -> any()

wordsize/0

wordsize() -> any()


Generated by EDoc, Nov 11 2022, 09:27:09.