51 const std::string &java_cp_include_files)
60 log.
debug() <<
"Limit loading to classes matching '"
65 assert(java_cp_include_files.length()>1);
68 java_cp_include_files.substr(1),
71 throw "cannot read JSON input configuration for JAR loading";
73 throw "the JSON file has a wrong format";
74 jsont include_files=json_cp_config[
"classFiles"];
76 throw "the JSON file has a wrong format";
79 assert(file_entry.is_string());
93 std::smatch string_matches;
94 if(std::regex_match(file_name, string_matches,
regex_matcher))
96 log.
debug() << file_name +
" discarded since not matching loader regexp"