public interface PropertySources extends Iterable<PropertySource<?>>
PropertySource objects.PropertySourceboolean contains(String name)
name - the name of the property source to find@Nullable PropertySource<?> get(String name)
null if not found.name - the name of the property source to find