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

com.magic.properties.enums.ReadMode Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.magic.properties.enums;

/**
 * 加载properties文件的模式
 *
 * RESOURCE: 读取resource目录下的文件
 * LOCAL: 读取本机目录下的文件
 * REMOTE: 读取远程文件(http协议)
 */
public enum ReadMode {

    RESOURCE, LOCAL, REMOTE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy