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

com.anysoft.util.Configurable Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.anysoft.util;

/**
 * 可配置
 * 
 * @author duanyy
 * @since 1.6.3.37
 */
public interface Configurable {
	/**
	 * 根据环境变量配置
	 * 
	 * @param p 环境变量
	 * @throws BaseException
	 */
	public void configure(Properties p);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy