distillery v1.2.0 Mix.Releases.App
Represents important metadata about a given application.
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
Types
t()
t() :: %Mix.Releases.App{applications: [atom], included_applications: [atom], name: atom, path: nil | String.t, start_type: start_type, unhandled_deps: [atom], vsn: String.t}
Functions
Create a new Application struct from an application name
Same as new/1, but specify the application’s start type