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

com.jpattern.ioc.IContextCreator Maven / Gradle / Ivy

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

import java.io.Serializable;

import com.jpattern.ioc.exception.ConfigException;

/**
 * 
 * @author Claudio Quaresima - [email protected] - 25/ott/08 12:06:07
 * @version $Id: $
 */
public interface IContextCreator extends Serializable {
    
    String REPLACER_BEAN_ID = "jodreplacer";

    Object create(String beanIdName) throws ConfigException, ClassNotFoundException;
    
    String readProperty(String aProperty);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy