@Deprecated public class PropertySourceContext extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_LAST_ONE_IN_WINS
Deprecated.
|
static PropertySourceAddPriority |
DEFAULT_PRIORITY
Deprecated.
|
static boolean |
DEFAULT_REMOVE_EXISTING_SOURCES
Deprecated.
|
Constructor and Description |
---|
PropertySourceContext()
Deprecated.
|
PropertySourceContext(List<org.springframework.core.env.PropertySource<?>> sources)
Deprecated.
|
PropertySourceContext(List<org.springframework.core.env.PropertySource<?>> sources,
boolean removeExistingSources)
Deprecated.
|
PropertySourceContext(org.springframework.core.env.PropertySource<?> source,
boolean removeExistingSources)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PropertySourceAddPriority |
getPriority()
Deprecated.
|
List<org.springframework.core.env.PropertySource<?>> |
getSources()
Deprecated.
|
boolean |
isLastOneInWins()
Deprecated.
|
boolean |
isRemoveExistingSources()
Deprecated.
|
void |
setLastOneInWins(boolean lastOneInWins)
Deprecated.
|
void |
setPriority(PropertySourceAddPriority priority)
Deprecated.
|
void |
setRemoveExistingSources(boolean removeExistingSources)
Deprecated.
|
void |
setSources(List<org.springframework.core.env.PropertySource<?>> sources)
Deprecated.
|
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.