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

edu.stanford.protege.webprotege.util.TempFileFactory Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.util;

import java.io.File;
import java.io.IOException;

/**
* @author Matthew Horridge,
*         Stanford University,
*         Bio-Medical Informatics Research Group
*         Date: 18/02/2014
*/
public interface TempFileFactory {

    /**
     * Creates a fresh, empty temporary directory.
     * @return The directory.
     */
    File createTempDirectory() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy