
org.kairosdb.bigqueue.utils.FileFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigqueue Show documentation
Show all versions of bigqueue Show documentation
Light, fast and persistent queue.
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