org.kuali.common.util.service
Class PropertySourceContext
java.lang.Object
org.kuali.common.util.service.PropertySourceContext
public class PropertySourceContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_REMOVE_EXISTING_SOURCES
public static final boolean DEFAULT_REMOVE_EXISTING_SOURCES
- See Also:
- Constant Field Values
DEFAULT_LAST_ONE_IN_WINS
public static final boolean DEFAULT_LAST_ONE_IN_WINS
- See Also:
- Constant Field Values
DEFAULT_PRIORITY
public static final PropertySourceAddPriority DEFAULT_PRIORITY
PropertySourceContext
public PropertySourceContext()
PropertySourceContext
public PropertySourceContext(List<org.springframework.core.env.PropertySource<?>> sources)
PropertySourceContext
public PropertySourceContext(org.springframework.core.env.PropertySource<?> source,
boolean removeExistingSources)
PropertySourceContext
public PropertySourceContext(List<org.springframework.core.env.PropertySource<?>> sources,
boolean removeExistingSources)
isRemoveExistingSources
public boolean isRemoveExistingSources()
setRemoveExistingSources
public void setRemoveExistingSources(boolean removeExistingSources)
isLastOneInWins
public boolean isLastOneInWins()
setLastOneInWins
public void setLastOneInWins(boolean lastOneInWins)
getSources
public List<org.springframework.core.env.PropertySource<?>> getSources()
setSources
public void setSources(List<org.springframework.core.env.PropertySource<?>> sources)
getPriority
public PropertySourceAddPriority getPriority()
setPriority
public void setPriority(PropertySourceAddPriority priority)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.