org.kuali.common.util.service
Class PropertySourceContext

java.lang.Object
  extended by org.kuali.common.util.service.PropertySourceContext

public class PropertySourceContext
extends Object


Field Summary
static boolean DEFAULT_LAST_ONE_IN_WINS
           
static PropertySourceAddPriority DEFAULT_PRIORITY
           
static boolean DEFAULT_REMOVE_EXISTING_SOURCES
           
 
Constructor Summary
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)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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.