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

com.gitee.qdbp.staticize.io.IWriterCreator Maven / Gradle / Ivy

There is a newer version: 3.5.18
Show newest version
package com.gitee.qdbp.staticize.io;

import java.io.IOException;
import com.gitee.qdbp.staticize.common.IWriter;

/**
 * 存储方式的构建接口
 * 
 * @author zhaohuihua
 * @version 140730
 */
public interface IWriterCreator {

    /**
     * 根据文件路径创建存储接口
     * 
     * @author zhaohuihua
     * @param path 文件路径
     * @return 存储接口
     */
    IWriter create(String path) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy