FileSystem implementation of Directory abstraction.
Located in /Zend/Search/Lucene/Storage/Directory/Filesystem.php (line 39)
Zend_Search_Lucene_Storage_Directory | --Zend_Search_Lucene_Storage_Directory_Filesystem
Utility function to recursive directory creation
Object constructor Checks if $path is a directory or tries to create it.
Closes the store.
Creates a new, empty file in the directory with the given $filename.
Removes an existing $filename in the directory.
Returns true if a file with the given $filename exists.
Returns the length of a $filename in the directory.
Returns an array of strings, one for each file in the directory.
Returns the UNIX timestamp $filename was last modified.
Returns a Zend_Search_Lucene_Storage_File object for a given $filename in the directory.
If $shareHandler option is true, then file handler can be shared between File Object requests. It speed-ups performance, but makes problems with file position. Shared handler are good for short atomic requests. Non-shared handlers are useful for stream file reading (especial for compound files).
Renames an existing file in the directory.
Sets the modified time of $filename to now.
Inherited From Zend_Search_Lucene_Storage_Directory
Zend_Search_Lucene_Storage_Directory::close()
Zend_Search_Lucene_Storage_Directory::createFile()
Zend_Search_Lucene_Storage_Directory::deleteFile()
Zend_Search_Lucene_Storage_Directory::fileExists()
Zend_Search_Lucene_Storage_Directory::fileLength()
Zend_Search_Lucene_Storage_Directory::fileList()
Zend_Search_Lucene_Storage_Directory::fileModified()
Zend_Search_Lucene_Storage_Directory::getFileObject()
Zend_Search_Lucene_Storage_Directory::renameFile()
Zend_Search_Lucene_Storage_Directory::touchFile()
Documentation generated on Thu, 18 Jan 2007 09:53:42 -0800 by phpDocumentor 1.3.1