de.regnis.q.sequence.line.QSequenceLineTempDirectoryFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javasvn Show documentation
Show all versions of javasvn Show documentation
The only pure Java Subversion library in the world
package de.regnis.q.sequence.line;
import java.io.File;
import java.io.IOException;
/**
* @author Marc Strapetz
*/
public interface QSequenceLineTempDirectoryFactory {
File getTempDirectory() throws IOException;
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy