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

com.dangdang.config.service.file.protocol.ProtocolNames Maven / Gradle / Ivy

package com.dangdang.config.service.file.protocol;

/**
 * @author Yuxuan Wang
 *
 */
public final class ProtocolNames {
	
	public static String FILE = "file";
	
	public static String CLASSPATH = "classpath";
	
	public static String HTTP = "http";
	
	public static String HTTPS = "https";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy