t() = #state_t{}
add_provider(State::t(), Provider::providers:t()) -> t()
add_resource(State::t(), Resource::{rebar_resource:type(), module()}) -> t()
add_to_profile(State, Profile, KVs) -> any()
all_deps(State_t) -> any()
all_deps(State, NewApps) -> any()
all_plugin_deps(State_t) -> any()
all_plugin_deps(State, NewApps) -> any()
allow_provider_overrides(State_t) -> any()
allow_provider_overrides(State, Allow) -> any()
apply_profiles(State, Profile) -> any()
code_paths(State_t::#state_t{}, Key::atom()) -> [file:filename()]
code_paths(State_t::#state_t{}, Key::atom(), CodePath::[file:filename()]) -> #state_t{}
command_args(State_t) -> any()
command_args(State, CmdArgs) -> any()
command_parsed_args(State_t) -> any()
command_parsed_args(State, CmdArgs) -> any()
create_logic_providers(ProviderModules, State0) -> any()
current_app(State_t) -> any()
current_app(State, CurrentApp) -> any()
current_profiles(State_t) -> any()
current_profiles(State, Profiles) -> any()
default(State_t) -> any()
default(State, Opts) -> any()
deps_names(Deps) -> any()
deps_to_build(State_t) -> any()
deps_to_build(State, NewApps) -> any()
dir(State_t) -> any()
dir(State, Dir) -> any()
escript_path(State_t) -> any()
escript_path(State, EscriptPath) -> any()
format_error(X1) -> any()
get(State, Key) -> any()
get(State, Key, Default) -> any()
has_all_artifacts(State_t::#state_t{}) -> true | {false, file:filename()}
lock(State_t) -> any()
lock(State, Apps) -> any()
namespace(State_t) -> any()
namespace(State, Namespace) -> any()
new() -> t()
new(Config::list()) -> t()
new(ParentState::t(), Config::list(), Dir::file:filename_all()) -> t()
opts(State_t) -> any()
opts(State, Opts) -> any()
project_apps(State_t) -> any()
project_apps(State, NewApps) -> any()
providers(State_t) -> any()
providers(State, NewProviders) -> any()
resources(State_t::t()) -> [{rebar_resource:type(), module()}]
resources(State::t(), NewResources::[{rebar_resource:type(), module()}]) -> t()
to_list(State_t) -> any()
update_all_deps(State, NewApps) -> any()
update_all_plugin_deps(State, NewApps) -> any()
update_code_paths(State_t::#state_t{}, Key::atom(), CodePath::[file:filename()]) -> #state_t{}
Generated by EDoc, May 1 2024, 06:36:31.