com.github.easydoc.FileAction Maven / Gradle / Ivy
package com.github.easydoc;
import java.io.File;
import com.github.easydoc.exception.FileActionException;
public interface FileAction {
void run(File file) throws FileActionException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy