ExGuard v1.4.0 ExGuard.Config View Source
Holds the ExGuard configurations during run time.
Link to this section Summary
Functions
Returns agent based on guard title
Loads ExGuard config file
Given the path, returns matched guard configs
Puts guard into agent
Starts agent that keeps the configurations
Link to this section Functions
Link to this function
get_guard(title) View Source
Returns agent based on guard title
Link to this function
get_guards() View Source
Link to this function
load(config_file) View Source
Loads ExGuard config file
Link to this function
match_guards(path) View Source
Given the path, returns matched guard configs.
In case that a {regex, func} is given to watch, this function also executes the func and returns list of files
Link to this function
put_guard(title, guard_struct) View Source
Puts guard into agent
Link to this function
start_link() View Source
Starts agent that keeps the configurations