org.apache.commons.vfs.provider
Interface TemporaryFileStore

All Known Implementing Classes:
DefaultFileReplicator

public interface TemporaryFileStore

Manages a repository of temporary local files.

Version:
$Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Mi, 29 Nov 2006) $
Author:
Adam Murdoch

Method Summary
 File allocateFile(String basename)
          Allocates a new temporary file.
 

Method Detail

allocateFile

public File allocateFile(String basename)
                  throws FileSystemException
Allocates a new temporary file. The file (and all its descendents) will be deleted when this store is closed.

Parameters:
basename - The name of the file.
Throws:
FileSystemException


Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.