ch.software_atelier.simpleflex.interfaces.file.FileInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simpleflex-base Show documentation
Show all versions of simpleflex-base Show documentation
Build Micro Services with pico footprint
package ch.software_atelier.simpleflex.interfaces.file;
import ch.software_atelier.simpleflex.SimpleFlexAccesser;
import java.util.HashMap;
public interface FileInterface {
public boolean process(SimpleFlexAccesser sfa, HashMap config);
}