public final class Files
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Files.DelegateTemporaryFile
Delegates to the Scala implementation.
|
static class |
Files.DelegateTemporaryFileCreator
A temporary file creator that delegates to a Scala TemporaryFileCreator.
|
static class |
Files.SingletonTemporaryFileCreator
A temporary file creator that uses the Scala play.api.libs.Files.SingletonTemporaryFileCreator
class behind the scenes.
|
static interface |
Files.TemporaryFile
A temporary file created by a TemporaryFileCreator.
|
static interface |
Files.TemporaryFileCreator
This creates temporary files when Play needs to keep overflow data on the filesystem.
|
Constructor and Description |
---|
Files() |
Modifier and Type | Method and Description |
---|---|
static Files.TemporaryFileCreator |
singletonTemporaryFileCreator() |
public static Files.TemporaryFileCreator singletonTemporaryFileCreator()