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

org.kairosdb.bigqueue.utils.FileFactory Maven / Gradle / Ivy

The newest version!
package org.kairosdb.bigqueue.utils;

import java.io.File;

public interface FileFactory
{
	File newFile(String path);
	long lastModified(File file);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy