https://bz.apache.org/bugzilla/show_bug.cgi?id=59166
Javen O'Neal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Depends on| |59788 Resolution|WONTFIX |--- --- Comment #4 from Javen O'Neal <[email protected]> --- With the changes from bug 59788, the strategy described in Comment 0 could be accomplished by: File tempDir = DefaultTempFileCreationStrategy.createTempDirectory("registeredDirectory"); for (String f : filesToAdd) { createSomeFile(new File(tempDir, f)); } I updated the documentation in r1751190 to make the purpose of DefaultTempFileCreationStrategy clearer and suggestions for other TempFileCreationStrategy's that may be useful outside of the POI project. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
