Class TemporaryFileFactory
java.lang.Object
com.vaadin.flow.component.upload.receivers.TemporaryFileFactory
- All Implemented Interfaces:
FileFactory,Serializable
@Deprecated(since="24.8",
forRemoval=true)
public class TemporaryFileFactory
extends Object
implements FileFactory
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncreateFile(String fileName) Deprecated, for removal: This API element is subject to removal in a future version.Create a new temporary file
-
Constructor Details
-
TemporaryFileFactory
public TemporaryFileFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createFile
Deprecated, for removal: This API element is subject to removal in a future version.Create a new temporary file- Specified by:
createFilein interfaceFileFactory- Parameters:
fileName- file name to create file for- Returns:
Filethat should be used- Throws:
IOException
-