public class PropertySourceContext extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_LAST_ONE_IN_WINS |
static PropertySourceAddPriority |
DEFAULT_PRIORITY |
static boolean |
DEFAULT_REMOVE_EXISTING_SOURCES |
Constructor and Description |
---|
PropertySourceContext() |
PropertySourceContext(List<org.springframework.core.env.PropertySource<?>> sources) |
PropertySourceContext(List<org.springframework.core.env.PropertySource<?>> sources,
boolean removeExistingSources) |
PropertySourceContext(org.springframework.core.env.PropertySource<?> source,
boolean removeExistingSources) |
Modifier and Type | Method and Description |
---|---|
PropertySourceAddPriority |
getPriority() |
List<org.springframework.core.env.PropertySource<?>> |
getSources() |
boolean |
isLastOneInWins() |
boolean |
isRemoveExistingSources() |
void |
setLastOneInWins(boolean lastOneInWins) |
void |
setPriority(PropertySourceAddPriority priority) |
void |
setRemoveExistingSources(boolean removeExistingSources) |
void |
setSources(List<org.springframework.core.env.PropertySource<?>> sources) |
public static final boolean DEFAULT_REMOVE_EXISTING_SOURCES
public static final boolean DEFAULT_LAST_ONE_IN_WINS
public static final PropertySourceAddPriority DEFAULT_PRIORITY
public PropertySourceContext()
public PropertySourceContext(List<org.springframework.core.env.PropertySource<?>> sources)
public PropertySourceContext(org.springframework.core.env.PropertySource<?> source, boolean removeExistingSources)
public PropertySourceContext(List<org.springframework.core.env.PropertySource<?>> sources, boolean removeExistingSources)
public boolean isRemoveExistingSources()
public void setRemoveExistingSources(boolean removeExistingSources)
public boolean isLastOneInWins()
public void setLastOneInWins(boolean lastOneInWins)
public List<org.springframework.core.env.PropertySource<?>> getSources()
public void setSources(List<org.springframework.core.env.PropertySource<?>> sources)
public PropertySourceAddPriority getPriority()
public void setPriority(PropertySourceAddPriority priority)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.