public class S3PropertyPlaceholderConfigurer
extends org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
SYSTEM_PROPERTIES_MODE_FALLBACK, SYSTEM_PROPERTIES_MODE_NEVER, SYSTEM_PROPERTIES_MODE_OVERRIDEDEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, ignoreUnresolvablePlaceholders, nullValue, placeholderPrefix, placeholderSuffix, trimValues, valueSeparator| Constructor and Description |
|---|
S3PropertyPlaceholderConfigurer() |
S3PropertyPlaceholderConfigurer(java.lang.String systemPropertyName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
loadProperties(java.util.Properties props) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setLocations(org.springframework.core.io.Resource[] resources) |
void |
setS3Locations(java.lang.String[] s3Locations) |
parseStringValue, processProperties, resolvePlaceholder, resolvePlaceholder, resolveSystemProperty, setSearchSystemEnvironment, setSystemPropertiesMode, setSystemPropertiesModeNamedoProcessProperties, setBeanFactory, setBeanName, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setTrimValues, setValueSeparatorconvertProperties, convertProperty, convertPropertyValue, getOrder, setOrderpublic S3PropertyPlaceholderConfigurer()
public S3PropertyPlaceholderConfigurer(java.lang.String systemPropertyName)
throws java.net.MalformedURLException,
java.net.URISyntaxException
java.net.MalformedURLExceptionjava.net.URISyntaxExceptionpublic void setLocations(org.springframework.core.io.Resource[] resources)
setLocations in class org.springframework.core.io.support.PropertiesLoaderSupportpublic void setS3Locations(java.lang.String[] s3Locations)
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessorpostProcessBeanFactory in class org.springframework.beans.factory.config.PropertyResourceConfigurerorg.springframework.beans.BeansExceptionprotected void loadProperties(java.util.Properties props)
throws java.io.IOException
loadProperties in class org.springframework.core.io.support.PropertiesLoaderSupportjava.io.IOException