Package org.mockserver.file
Class FileCreator
- java.lang.Object
-
- org.mockserver.file.FileCreator
-
public class FileCreator extends Object
-
-
Constructor Summary
Constructors Constructor Description FileCreator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FilecreateFileIfNotExists(String type, File file)static voidcreateParentDirs(File file)
-
-
-
Method Detail
-
createParentDirs
public static void createParentDirs(File file) throws IOException
- Throws:
IOException
-
-