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

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

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

/**
 * URL抽象
 * 
 * @author felly
 *
 */
public interface IURL {


	String getProtocol();

	String getURL();//// 获取URL
	
	String getFileFormat();/// 文件类型xml等	
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy