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

cn.schoolwow.util.module.replace.domain.ReplaceFileOption Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package cn.schoolwow.util.module.replace.domain;

import java.io.File;
import java.util.HashMap;
import java.util.Map;

public class ReplaceFileOption {
    /**待替换文件*/
    public File file;

    /**替换字符串*/
    public Map replaceStringMap = new HashMap<>();

    /**正则替换字符串*/
    public Map regexReplaceStringMap = new HashMap<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy