add Root
fun addRoot( rootName: String, location: String, withFailures: (List<String>) -> Unit)
Content copied to clipboard
Create and add a root to the rootMap.
Parameters
root Name
The name for the new ModuleRoot.
location
The String representation of the URI for the base of the new ModuleRoot
with Failures
What to invoke, with a List of new failure report strings, after the root has been added and scanned.