Uses of Interface
org.apache.poi.util.TempFileCreationStrategy
Packages that use TempFileCreationStrategy
Package
Description
Top-level util package are classes that are useful throughout the project.
-
Uses of TempFileCreationStrategy in org.apache.poi.util
Classes in org.apache.poi.util that implement TempFileCreationStrategyModifier and TypeClassDescriptionclass
Default implementation of theTempFileCreationStrategy
used byTempFile
: Files are collected into one directory and by default are deleted on exit from the VM.Methods in org.apache.poi.util with parameters of type TempFileCreationStrategyModifier and TypeMethodDescriptionstatic void
TempFile.setTempFileCreationStrategy
(TempFileCreationStrategy strategy) Configures the strategy used byTempFile.createTempFile(String, String)
to create the temporary files.