org.apache.xindice.server
Interface FileManager
- All Known Implementing Classes:
- StdFileManager
- public interface FileManager
FileManager is an interface that is implemented to handle the
management of FileResources. StdFileManager is the standard
implementation of this interface.
- See Also:
StdFileManager
getFileResource
public FileResource getFileResource(java.lang.String filename)
- getFileResource returns a FileResource instance for the
specified filename.
- Parameters:
filename
- The filename to retrieve- Returns:
- the FileResource
getTemporaryFileResource
public FileResource getTemporaryFileResource()
- getTemporaryFileResource returns a temporary
FileResource instance.
- Returns:
- the FileResource
Copyright (c) 1999-2001 The Apache Software Foundation