
org.openl.spring.env.DefaultPropertySource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.openl.spring Show documentation
Show all versions of org.openl.spring Show documentation
Common components for Spring integration
The newest version!
package org.openl.spring.env;
import java.io.IOException;
import java.io.OutputStream;
import java.net.URL;
import java.nio.charset.StandardCharsets;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import org.springframework.core.env.EnumerablePropertySource;
import org.openl.util.ClassUtils;
import org.openl.util.PropertiesUtils;
import org.openl.util.StringUtils;
/**
* OpenL default property sources. Collects all openl-default.properties files.
*
* Note: All openl-default.properties must contains unique keys.
*
* @author Yury Molchan
*/
public class DefaultPropertySource extends EnumerablePropertySource
© 2015 - 2025 Weber Informatics LLC | Privacy Policy