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

cn.featherfly.constant.CfgFileLoader Maven / Gradle / Ivy

The newest version!

package cn.featherfly.constant;

import java.net.URL;
import java.util.List;

/**
 * 

* FileLoader *

* * @author zhongj */ public interface CfgFileLoader { List load(String filePathPattern); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy