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

com.alipay.rdf.file.interfaces.FileMerger Maven / Gradle / Ivy

There is a newer version: 2.2.11
Show newest version
package com.alipay.rdf.file.interfaces;

import com.alipay.rdf.file.model.MergerConfig;

/**
 * Copyright (C) 2013-2018 Ant Financial Services Group
 * 
 * 文件合并接口
 * 
 * @author hongwei.quhw
 * @version $Id: FileMerger.java, v 0.1 2017年4月20日 下午7:18:03 hongwei.quhw Exp $
 */
public interface FileMerger {

    void merge(MergerConfig config);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy