Copyright © (C) 2019, Niclas Axelsson
Authors: Niclas Axelsson (niclas@burbas.se).
application_loaded/1 | Checks if a nova application is loaded. |
get_main_app/0 | Returns the name of the main bw-application (The one that started everything). |
load_routefile/2 | Loads a route-file for a certain application. |
application_loaded(Application::atom()) -> true | false
Checks if a nova application is loaded
get_main_app() -> {ok, Application::atom()}
Returns the name of the main bw-application (The one that started everything)
load_routefile(Application::atom(), RoutePath::string()) -> ok
Loads a route-file for a certain application
Generated by EDoc