open fun buildConfiguration(files: MutableList<File>, handler: Handler<AsyncResult<JsonObject>>): Unit
Iterates over the given set of files, and for each matching file, computes the resulting configuration. The given handler is called with the merged configuration (containing the configuration obtained by merging the configuration from all matching files).
handler - the handler called with the computed configuration