org.apache.commons.vfs2.provider
public interface TemporaryFileStore
Modifier and Type | Method and Description |
---|---|
java.io.File |
allocateFile(java.lang.String basename)
Allocates a new temporary file.
|
java.io.File allocateFile(java.lang.String basename) throws FileSystemException
basename
- The name of the file.FileSystemException
- if an error occurs.Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.