Package org.gephi.utils
Class TempDirUtils
- java.lang.Object
-
- org.gephi.utils.TempDirUtils
-
public class TempDirUtils extends Object
- Author:
- Mathieu Bastian
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTempDirUtils.TempDir
-
Constructor Summary
Constructors Constructor Description TempDirUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TempDirUtils.TempDircreateTempDir()static FilecreateTempDirectory()
-
-
-
Method Detail
-
createTempDir
public static TempDirUtils.TempDir createTempDir() throws IOException
- Throws:
IOException
-
createTempDirectory
public static File createTempDirectory() throws IOException
- Throws:
IOException
-
-