distillery v2.0.0-rc.1 Mix.Releases.App
Represents important metadata about a given application.
Link to this section Summary
Functions
Create a new Application struct from an application name
Same as new/1, but specify the application’s start type
Determines if the provided start type is a valid one
Link to this section Types
Link to this section Functions
Link to this function
new(name, loaded_deps)
new(atom(), [Mix.Dep.t()]) :: nil | Mix.Releases.App.t() | {:error, String.t()}
Create a new Application struct from an application name
Link to this function
new(name, start_type, loaded_deps)
new(atom(), start_type() | nil, [Mix.Dep.t()]) :: nil | Mix.Releases.App.t() | {:error, String.t()}
Same as new/1, but specify the application’s start type
Determines if the provided start type is a valid one.