return new EntityResourcesImpl(ProjectFolders.getSettingsFolder(projectDir).subFolder("Entity"));
}
private void createJtrCacheManagers(File rootDir) {
org.jitterbit.util.file.Folder cacheLocation = ProjectFolders.getCacheFolder(rootDir);
transformationStructureCache = new FileBasedInputAndOutputMappingTreeStructureCache(
"TransformationStructures", cacheLocation);
wsCallStructureCache = new FileBasedInputAndOutputMappingTreeStructureCache(
"WebServiceCallStructures", cacheLocation);
}