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

com.waspring.framework.antenna.config.io.IResource Maven / Gradle / Ivy

The newest version!
package com.waspring.framework.antenna.config.io;

/**
 * 资源抽象
 * 
 * @author felly
 *
 */
public interface IResource {

	ITypeInputStream getInputStream(IURL url) throws NoResourseException;/// 获取输入流
     
	////获取协议
	String supportProtocol();

	///关联资源处理节点
	IResource link(IResource resourse);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy