org.apache.commons.vfs.provider
Interface TemporaryFileStore

All Known Implementing Classes:
DefaultFileReplicator

public interface TemporaryFileStore

Manages a repository of temporary local files.

Version:
$Revision: 170205 $ $Date: 2005-05-15 10:21:59 +0200 (Sun, 15 May 2005) $
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-2005 The Apache Software Foundation. All Rights Reserved.