Package org.robolectric.util
Class TempDirectory
java.lang.Object
org.robolectric.util.TempDirectory
public class TempDirectory extends Object
-
Constructor Summary
Constructors Constructor Description TempDirectory()TempDirectory(String name) -
Method Summary
Modifier and Type Method Description Pathcreate(String name)PathcreateFile(String name, String contents)PathcreateIfNotExists(String name)voiddestroy()PathgetBasePath()
-
Constructor Details
-
TempDirectory
public TempDirectory() -
TempDirectory
-
-
Method Details
-
getBasePath
-
createFile
-
create
-
createIfNotExists
-
destroy
public void destroy()
-