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

org.noear.solon.extend.luffy.impl.JtResouceLoader Maven / Gradle / Ivy

There is a newer version: 2.6.2
Show newest version
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