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

com.ijson.config.api.IChangeableConfig Maven / Gradle / Ivy

package com.ijson.config.api;

/**
 * @author *
 * Created by cuiyongxu on 17/8/26.
 */
public interface IChangeableConfig extends IConfig, IChangeable {
    /**
     * 配置文件名
     *
     * @return 配置文件名
     */
    @Override
    String getName();

    /**
     * 配置组名
     *
     * @return 配置文件名
     */
    String getProfile();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy