Package de.regnis.q.sequence.line
Interface QSequenceLineTempDirectoryFactory
-
- All Known Implementing Classes:
QSequenceLineFixedTempDirectoryFactory
,QSequenceLineSystemTempDirectoryFactory
public interface QSequenceLineTempDirectoryFactory
- Author:
- Marc Strapetz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
File
getTempDirectory()
-
-
-
Method Detail
-
getTempDirectory
File getTempDirectory() throws IOException
- Throws:
IOException
-
close
void close()
-
-