System.getProperty("user.home")) };
String versionSeparator = " ";
for (File f : FileUtils.getMatchingVersionedFiles(templates, roots,
- versionsWhitelist, versionsBlacklist, versionSeparator, true))
+ null, versionsBlacklist, versionSeparator, true))
{
pathList.add(f.getPath());
}
.format("%s/Applications", System.getProperty("user.home")) };
String versionSeparator = "-";
for (File f : FileUtils.getMatchingVersionedFiles(templates, roots,
- versionsWhitelist, versionsBlacklist, versionSeparator, true))
+ null, versionsBlacklist, versionSeparator, true))
{
pathList.add(f.getPath());
}