All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.ioc.property.PropertyReaderComposite Maven / Gradle / Ivy

There is a newer version: 2.7.1
Show newest version
package com.jpattern.ioc.property;

import java.util.ArrayList;
import java.util.List;

import com.jpattern.ioc.IPropertyReader;
import com.jpattern.ioc.exception.ConfigException;

/**
 * 
 * @author Francesco Cina'
 *
 * 06/dic/2010
 */
public class PropertyReaderComposite implements IPropertyReader {

	private List propertyReaderList = new ArrayList();
	
	public void load(String basePath) throws ConfigException {
		for (int i=0; i propertyReaderList) {
		for (int i=0; i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy