FileResource
IntegrationEntity
3435363738394041
private final EntitySettings settings; private final EntityFileResourceManager fileResources; EntityResourcesImpl(Folder location) { fileResources = new EntityFileResourceManager(location); this.settings = new EntityXmlSettings(location); }