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–2025 The Apache Software Foundation. All rights reserved.