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

com.fastchar.interfaces.IFastFileRenameProvider Maven / Gradle / Ivy

package com.fastchar.interfaces;

import com.fastchar.annotation.AFastPriority;
import com.fastchar.core.FastConstant;

import java.io.File;

@AFastPriority
public interface IFastFileRenameProvider {
    File rename(File f, boolean md5Name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy