org.kuali.common.util.service
Class PropertySourceContext

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

Deprecated.

@Deprecated
public class PropertySourceContext
extends Object


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

DEFAULT_REMOVE_EXISTING_SOURCES

public static final boolean DEFAULT_REMOVE_EXISTING_SOURCES
Deprecated. 
See Also:
Constant Field Values

DEFAULT_LAST_ONE_IN_WINS

public static final boolean DEFAULT_LAST_ONE_IN_WINS
Deprecated. 
See Also:
Constant Field Values

DEFAULT_PRIORITY

public static final PropertySourceAddPriority DEFAULT_PRIORITY
Deprecated. 
Constructor Detail

PropertySourceContext

public PropertySourceContext()
Deprecated. 

PropertySourceContext

public PropertySourceContext(List<org.springframework.core.env.PropertySource<?>> sources)
Deprecated. 

PropertySourceContext

public PropertySourceContext(org.springframework.core.env.PropertySource<?> source,
                             boolean removeExistingSources)
Deprecated. 

PropertySourceContext

public PropertySourceContext(List<org.springframework.core.env.PropertySource<?>> sources,
                             boolean removeExistingSources)
Deprecated. 
Method Detail

isRemoveExistingSources

public boolean isRemoveExistingSources()
Deprecated. 

setRemoveExistingSources

public void setRemoveExistingSources(boolean removeExistingSources)
Deprecated. 

isLastOneInWins

public boolean isLastOneInWins()
Deprecated. 

setLastOneInWins

public void setLastOneInWins(boolean lastOneInWins)
Deprecated. 

getSources

public List<org.springframework.core.env.PropertySource<?>> getSources()
Deprecated. 

setSources

public void setSources(List<org.springframework.core.env.PropertySource<?>> sources)
Deprecated. 

getPriority

public PropertySourceAddPriority getPriority()
Deprecated. 

setPriority

public void setPriority(PropertySourceAddPriority priority)
Deprecated. 


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.