org.noear.solon.extend.luffy.impl.JtResouceLoader Maven / Gradle / Ivy
package org.noear.solon.extend.luffy.impl;
import org.noear.luffy.model.AFileModel;
/**
* 资源加载器
*
* @author noear
* @since 1.3
*/
public interface JtResouceLoader {
AFileModel fileGet(String path) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy