Package org.frankframework.util
Class TemporaryDirectoryUtils
java.lang.Object
org.frankframework.util.TemporaryDirectoryUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Path
If the ${ibis.tmpdir} is relative it will turn it into an absolute path.static Path
getTempDirectory
(String folder)
-
Method Details
-
getTempDirectory
If the ${ibis.tmpdir} is relative it will turn it into an absolute path.- Returns:
- The absolute path of ${ibis.tmpdir} or IllegalStateException if it cannot be resolved.
-
getTempDirectory
- Returns:
- the ${ibis.tmpdir}/folder or IOException if it cannot be resolved. If the ${ibis.tmpdir} is relative it will turn it into an absolute path
- Throws:
IOException
-