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

ace.data.file.handling.writer.IFileWriter Maven / Gradle / Ivy

The newest version!
package ace.data.file.handling.writer;

/**
 * Interface for saving data to file
 */
public interface IFileWriter {
    /**
     * Saves file back to disk
     * @param filePath absolute path to the file
     */
    void saveFile(String filePath);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy