|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.service.PropertySourceContext
@Deprecated public class PropertySourceContext
Field Summary | |
---|---|
static boolean |
DEFAULT_LAST_ONE_IN_WINS
Deprecated. |
static PropertySourceAddPriority |
DEFAULT_PRIORITY
Deprecated. |
static boolean |
DEFAULT_REMOVE_EXISTING_SOURCES
Deprecated. |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEFAULT_REMOVE_EXISTING_SOURCES
public static final boolean DEFAULT_LAST_ONE_IN_WINS
public static final PropertySourceAddPriority DEFAULT_PRIORITY
Constructor Detail |
---|
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)
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |