return createModel(brjsDir, null, fileModificationService, null, null);
}
protected BRJS createModel(File brjsDir, PluginLocator pluginLocator, LogMessageStore logStore, AppVersionGenerator versionGenerator) throws InvalidSdkDirectoryException
{
return createModel(brjsDir, pluginLocator, null, new TestLoggerFactory(logStore), versionGenerator);
}