35363738394041
if (StringUtils.hasText(osgiProfilePath)) { return new FileSystemPropertiesSource(new File(osgiProfilePath)); } return new EmptyPropertiesSource(); }