public interface TemporaryFileStore
Modifier and Type | Method and Description |
---|---|
File |
allocateFile(String basename)
Allocates a new temporary file.
|
File allocateFile(String basename) throws FileSystemException
basename
- The name of the file.FileSystemException
- if an error occurs.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.