Package play.libs
Class Files
java.lang.Object
play.libs.Files
Contains TemporaryFile and TemporaryFileCreator operations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDelegates to the Scala implementation.static classA temporary file creator that delegates to a Scala TemporaryFileCreator.static classA temporary file creator that uses the Scala play.api.libs.Files.SingletonTemporaryFileCreator class behind the scenes.static interfaceA temporary file created by a TemporaryFileCreator.static interfaceThis creates temporary files when Play needs to keep overflow data on the filesystem. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Files
public Files()
-
-
Method Details
-
singletonTemporaryFileCreator
- Returns:
- the singleton instance of SingletonTemporaryFileCreator.
-