public class PropertySourceConversionResult extends Object
Constructor and Description |
---|
PropertySourceConversionResult() |
Modifier and Type | Method and Description |
---|---|
List<org.springframework.core.env.PropertySource<?>> |
getConverted() |
List<Properties> |
getPropertiesList() |
List<org.springframework.core.env.PropertySource<?>> |
getSkipped() |
void |
setConverted(List<org.springframework.core.env.PropertySource<?>> converted) |
void |
setPropertiesList(List<Properties> propertiesList) |
void |
setSkipped(List<org.springframework.core.env.PropertySource<?>> skipped) |
public PropertySourceConversionResult()
public List<Properties> getPropertiesList()
public void setPropertiesList(List<Properties> propertiesList)
public List<org.springframework.core.env.PropertySource<?>> getConverted()
public void setConverted(List<org.springframework.core.env.PropertySource<?>> converted)
public List<org.springframework.core.env.PropertySource<?>> getSkipped()
public void setSkipped(List<org.springframework.core.env.PropertySource<?>> skipped)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.