nova

Interface module for nova

Functions

get_main_app() ->
    Returns the name of the main bw-application (The one that started everything)
    application_loaded(Application) ->
    • Application = atom()
    Checks if a nova application is loaded
    get_env(Parameter, Default) ->
    • Parameter = atom()
    • Default = any()
    Works as the regular application:get_env/3 but instead of giving a specific application we target the application that started nova.