(Omit source code)
p = Pattern.compile("(" + name + "_installer)\\.[j|J][a|A][r|R]");
return p.matcher(name).matches();