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

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

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

import com.jpattern.ioc.exception.ConfigException;
/**
 * 
 * @author Claudio Quaresima - [email protected] - 26/ott/08 12:22:43
 * @version $Id: $
 */
public class NullPropertyReader extends AbstractPropertyReader {

    public void load() throws ConfigException {
    }
    
    public String property(String aProperty) {
        return aProperty;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy