public class EnvironmentPropertySourceFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>
| Constructor and Description |
|---|
EnvironmentPropertySourceFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.ConfigurableEnvironment |
getEnv() |
org.springframework.core.env.PropertySource<?> |
getObject() |
Class<org.springframework.core.env.PropertySource<?>> |
getObjectType() |
protected Properties |
getProperties() |
boolean |
isQuietly() |
boolean |
isSingleton() |
void |
setEnv(org.springframework.core.env.ConfigurableEnvironment env) |
void |
setQuietly(boolean quietly) |
public EnvironmentPropertySourceFactoryBean()
public org.springframework.core.env.PropertySource<?> getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>protected Properties getProperties()
public Class<org.springframework.core.env.PropertySource<?>> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>public org.springframework.core.env.ConfigurableEnvironment getEnv()
public void setEnv(org.springframework.core.env.ConfigurableEnvironment env)
public boolean isQuietly()
public void setQuietly(boolean quietly)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.