|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileSystemException | |
|---|---|
| org.apache.jackrabbit.core.fs | |
| org.apache.jackrabbit.core.fs.db | This package contains the class ,
a simple generic JDBC-based FileSystem implementation
for Jackrabbit. |
| org.apache.jackrabbit.core.fs.local | |
| org.apache.jackrabbit.core.fs.mem | |
| org.apache.jackrabbit.core.persistence.bundle.util | |
| org.apache.jackrabbit.core.query.lucene | |
| Uses of FileSystemException in org.apache.jackrabbit.core.fs |
|---|
| Methods in org.apache.jackrabbit.core.fs that throw FileSystemException | |
|---|---|
static void |
FileSystemPathUtil.checkFormat(java.lang.String path)
Checks if path is a valid path. |
void |
FileSystem.close()
Close the file system. |
void |
BasedFileSystem.close()
Close the file system. |
void |
FileSystem.copy(java.lang.String srcPath,
java.lang.String destPath)
Copies a file or folder to a new location. |
void |
BasedFileSystem.copy(java.lang.String srcPath,
java.lang.String destPath)
Copies a file or folder to a new location. |
void |
FileSystem.createFolder(java.lang.String folderPath)
Creates the folder named by this path, including any necessary but nonexistent parent folders. |
void |
BasedFileSystem.createFolder(java.lang.String folderPath)
Creates the folder named by this path, including any necessary but nonexistent parent folders. |
void |
FileSystemResource.delete()
Deletes this resource. |
void |
FileSystemResource.delete(boolean pruneEmptyParentDirs)
Deletes this resource. |
void |
FileSystem.deleteFile(java.lang.String filePath)
Deletes the file denoted by this path. |
void |
BasedFileSystem.deleteFile(java.lang.String filePath)
Deletes the file denoted by this path. |
void |
FileSystem.deleteFolder(java.lang.String folderPath)
Deletes the folder denoted by this path. |
void |
BasedFileSystem.deleteFolder(java.lang.String folderPath)
Deletes the folder denoted by this path. |
boolean |
FileSystemResource.exists()
|
boolean |
FileSystem.exists(java.lang.String path)
Tests whether the file system entry denoted by this path exists. |
boolean |
BasedFileSystem.exists(java.lang.String path)
Tests whether the file system entry denoted by this path exists. |
java.io.InputStream |
FileSystemResource.getInputStream()
|
java.io.InputStream |
FileSystem.getInputStream(java.lang.String filePath)
Returns an input stream of the contents of the file denoted by this path. |
java.io.InputStream |
BasedFileSystem.getInputStream(java.lang.String filePath)
Returns an input stream of the contents of the file denoted by this path. |
java.io.OutputStream |
FileSystemResource.getOutputStream()
|
java.io.OutputStream |
FileSystem.getOutputStream(java.lang.String filePath)
Returns an output stream for writing bytes to the file denoted by this path. |
java.io.OutputStream |
BasedFileSystem.getOutputStream(java.lang.String filePath)
Returns an output stream for writing bytes to the file denoted by this path. |
RandomAccessOutputStream |
FileSystemResource.getRandomAccessOutputStream()
|
RandomAccessOutputStream |
FileSystem.getRandomAccessOutputStream(java.lang.String filePath)
Returns an output stream for writing bytes to the file denoted by this path. |
RandomAccessOutputStream |
BasedFileSystem.getRandomAccessOutputStream(java.lang.String filePath)
Returns an output stream for writing bytes to the file denoted by this path. |
boolean |
FileSystem.hasChildren(java.lang.String path)
Tests whether the file system entry denoted by this path has child entries. |
boolean |
BasedFileSystem.hasChildren(java.lang.String path)
Tests whether the file system entry denoted by this path has child entries. |
void |
FileSystem.init()
Initialize the file system |
void |
BasedFileSystem.init()
Initialize the file system |
boolean |
FileSystem.isFile(java.lang.String path)
Tests whether the file system entry denoted by this path exists and is a file. |
boolean |
BasedFileSystem.isFile(java.lang.String path)
Tests whether the file system entry denoted by this path exists and is a file. |
boolean |
FileSystem.isFolder(java.lang.String path)
Tests whether the file system entry denoted by this path exists and is a folder. |
boolean |
BasedFileSystem.isFolder(java.lang.String path)
Tests whether the file system entry denoted by this path exists and is a folder. |
long |
FileSystemResource.lastModified()
|
long |
FileSystem.lastModified(java.lang.String path)
Returns the time that the file system entry denoted by this path was last modified. |
long |
BasedFileSystem.lastModified(java.lang.String path)
Returns the time that the file system entry denoted by this path was last modified. |
long |
FileSystemResource.length()
|
long |
FileSystem.length(java.lang.String filePath)
Returns the length of the file denoted by this path. |
long |
BasedFileSystem.length(java.lang.String filePath)
Returns the length of the file denoted by this path. |
java.lang.String[] |
FileSystem.list(java.lang.String folderPath)
Returns an array of strings naming the files and folders in the folder denoted by this path. |
java.lang.String[] |
BasedFileSystem.list(java.lang.String folderPath)
Returns an array of strings naming the files and folders in the folder denoted by this path. |
java.lang.String[] |
FileSystem.listFiles(java.lang.String folderPath)
Returns an array of strings naming the files in the folder denoted by this path. |
java.lang.String[] |
BasedFileSystem.listFiles(java.lang.String folderPath)
Returns an array of strings naming the files in the folder denoted by this path. |
java.lang.String[] |
FileSystem.listFolders(java.lang.String folderPath)
Returns an array of strings naming the folders in the folder denoted by this path. |
java.lang.String[] |
BasedFileSystem.listFolders(java.lang.String folderPath)
Returns an array of strings naming the folders in the folder denoted by this path. |
void |
FileSystemResource.makeParentDirs()
Creates the parent directory of this resource, including any necessary but nonexistent parent directories. |
void |
FileSystemResource.move(java.lang.String destPath)
|
void |
FileSystem.move(java.lang.String srcPath,
java.lang.String destPath)
Moves a file or folder to a new location. |
void |
BasedFileSystem.move(java.lang.String srcPath,
java.lang.String destPath)
Moves a file or folder to a new location. |
void |
FileSystemResource.spool(java.io.OutputStream out)
Spools this resource to the given output stream. |
void |
FileSystemResource.touch()
|
void |
FileSystem.touch(java.lang.String filePath)
Set the modified time of an existing file to now. |
void |
BasedFileSystem.touch(java.lang.String filePath)
Set the modified time of an existing file to now. |
| Uses of FileSystemException in org.apache.jackrabbit.core.fs.db |
|---|
| Methods in org.apache.jackrabbit.core.fs.db that throw FileSystemException | |
|---|---|
void |
DatabaseFileSystem.close()
Close the file system. |
void |
DatabaseFileSystem.copy(java.lang.String srcPath,
java.lang.String destPath)
Copies a file or folder to a new location. |
protected void |
DatabaseFileSystem.copyDeepFolder(java.lang.String srcPath,
java.lang.String destPath)
Recursively copies the given folder to the given destination. |
protected void |
DatabaseFileSystem.copyFile(java.lang.String srcPath,
java.lang.String destPath)
Copies the given file entry to the given destination path. |
protected void |
DatabaseFileSystem.createDeepFolder(java.lang.String folderPath)
Creates the specified files system folder entry, recursively creating any non-existing intermediate folder entries. |
void |
DatabaseFileSystem.createFolder(java.lang.String folderPath)
Creates the folder named by this path, including any necessary but nonexistent parent folders. |
void |
DatabaseFileSystem.deleteFile(java.lang.String filePath)
Deletes the file denoted by this path. |
void |
DatabaseFileSystem.deleteFolder(java.lang.String folderPath)
Deletes the folder denoted by this path. |
boolean |
DatabaseFileSystem.exists(java.lang.String path)
Tests whether the file system entry denoted by this path exists. |
java.io.InputStream |
DatabaseFileSystem.getInputStream(java.lang.String filePath)
Returns an input stream of the contents of the file denoted by this path. |
java.io.OutputStream |
DatabaseFileSystem.getOutputStream(java.lang.String filePath)
Returns an output stream for writing bytes to the file denoted by this path. |
java.io.OutputStream |
OracleFileSystem.getOutputStream(java.lang.String filePath)
Returns an output stream for writing bytes to the file denoted by this path. |
RandomAccessOutputStream |
DatabaseFileSystem.getRandomAccessOutputStream(java.lang.String filePath)
Returns an output stream for writing bytes to the file denoted by this path. |
RandomAccessOutputStream |
OracleFileSystem.getRandomAccessOutputStream(java.lang.String filePath)
Returns an output stream for writing bytes to the file denoted by this path. |
boolean |
DatabaseFileSystem.hasChildren(java.lang.String path)
Tests whether the file system entry denoted by this path has child entries. |
void |
DatabaseFileSystem.init()
Initialize the file system |
void |
OracleFileSystem.init()
Initialize the file system |
boolean |
DatabaseFileSystem.isFile(java.lang.String path)
Tests whether the file system entry denoted by this path exists and is a file. |
boolean |
DatabaseFileSystem.isFolder(java.lang.String path)
Tests whether the file system entry denoted by this path exists and is a folder. |
long |
DatabaseFileSystem.lastModified(java.lang.String path)
Returns the time that the file system entry denoted by this path was last modified. |
long |
DatabaseFileSystem.length(java.lang.String filePath)
Returns the length of the file denoted by this path. |
java.lang.String[] |
DatabaseFileSystem.list(java.lang.String folderPath)
Returns an array of strings naming the files and folders in the folder denoted by this path. |
java.lang.String[] |
DatabaseFileSystem.listFiles(java.lang.String folderPath)
Returns an array of strings naming the files in the folder denoted by this path. |
java.lang.String[] |
DatabaseFileSystem.listFolders(java.lang.String folderPath)
Returns an array of strings naming the folders in the folder denoted by this path. |
void |
DatabaseFileSystem.move(java.lang.String srcPath,
java.lang.String destPath)
Moves a file or folder to a new location. |
void |
DatabaseFileSystem.touch(java.lang.String filePath)
Set the modified time of an existing file to now. |
| Uses of FileSystemException in org.apache.jackrabbit.core.fs.local |
|---|
| Methods in org.apache.jackrabbit.core.fs.local that throw FileSystemException | |
|---|---|
void |
LocalFileSystem.close()
Close the file system. |
void |
LocalFileSystem.copy(java.lang.String srcPath,
java.lang.String destPath)
Copies a file or folder to a new location. |
void |
LocalFileSystem.createFolder(java.lang.String folderPath)
Creates the folder named by this path, including any necessary but nonexistent parent folders. |
void |
LocalFileSystem.deleteFile(java.lang.String filePath)
Deletes the file denoted by this path. |
void |
LocalFileSystem.deleteFolder(java.lang.String folderPath)
Deletes the folder denoted by this path. |
boolean |
LocalFileSystem.exists(java.lang.String path)
Tests whether the file system entry denoted by this path exists. |
java.io.InputStream |
LocalFileSystem.getInputStream(java.lang.String filePath)
Returns an input stream of the contents of the file denoted by this path. |
java.io.OutputStream |
LocalFileSystem.getOutputStream(java.lang.String filePath)
Returns an output stream for writing bytes to the file denoted by this path. |
RandomAccessOutputStream |
LocalFileSystem.getRandomAccessOutputStream(java.lang.String filePath)
Returns an output stream for writing bytes to the file denoted by this path. |
boolean |
LocalFileSystem.hasChildren(java.lang.String path)
Tests whether the file system entry denoted by this path has child entries. |
void |
LocalFileSystem.init()
Initialize the file system |
boolean |
LocalFileSystem.isFile(java.lang.String path)
Tests whether the file system entry denoted by this path exists and is a file. |
boolean |
LocalFileSystem.isFolder(java.lang.String path)
Tests whether the file system entry denoted by this path exists and is a folder. |
long |
LocalFileSystem.lastModified(java.lang.String path)
Returns the time that the file system entry denoted by this path was last modified. |
long |
LocalFileSystem.length(java.lang.String filePath)
Returns the length of the file denoted by this path. |
java.lang.String[] |
LocalFileSystem.list(java.lang.String folderPath)
Returns an array of strings naming the files and folders in the folder denoted by this path. |
java.lang.String[] |
LocalFileSystem.listFiles(java.lang.String folderPath)
Returns an array of strings naming the files in the folder denoted by this path. |
java.lang.String[] |
LocalFileSystem.listFolders(java.lang.String folderPath)
Returns an array of strings naming the folders in the folder denoted by this path. |
void |
LocalFileSystem.move(java.lang.String srcPath,
java.lang.String destPath)
Moves a file or folder to a new location. |
void |
LocalFileSystem.touch(java.lang.String filePath)
Set the modified time of an existing file to now. |
| Uses of FileSystemException in org.apache.jackrabbit.core.fs.mem |
|---|
| Methods in org.apache.jackrabbit.core.fs.mem that throw FileSystemException | |
|---|---|
void |
MemoryFileSystem.copy(java.lang.String srcPath,
java.lang.String destPath)
|
void |
MemoryFileSystem.createFolder(java.lang.String folderPath)
|
void |
MemoryFileSystem.deleteFile(java.lang.String filePath)
|
void |
MemoryFileSystem.deleteFolder(java.lang.String folderPath)
|
boolean |
MemoryFileSystem.exists(java.lang.String path)
|
java.io.InputStream |
MemoryFileSystem.getInputStream(java.lang.String filePath)
|
java.io.OutputStream |
MemoryFileSystem.getOutputStream(java.lang.String filePath)
|
boolean |
MemoryFileSystem.hasChildren(java.lang.String path)
|
boolean |
MemoryFileSystem.isFile(java.lang.String path)
|
boolean |
MemoryFileSystem.isFolder(java.lang.String path)
|
long |
MemoryFileSystem.lastModified(java.lang.String path)
|
long |
MemoryFileSystem.length(java.lang.String filePath)
|
void |
MemoryFileSystem.move(java.lang.String srcPath,
java.lang.String destPath)
|
void |
MemoryFileSystem.touch(java.lang.String filePath)
|
| Uses of FileSystemException in org.apache.jackrabbit.core.persistence.bundle.util |
|---|
| Constructors in org.apache.jackrabbit.core.persistence.bundle.util that throw FileSystemException | |
|---|---|
HashMapIndex(FileSystemResource file)
Creates a new hashmap index and loads the lookup tables from the filesystem resource. |
|
| Uses of FileSystemException in org.apache.jackrabbit.core.query.lucene |
|---|
| Methods in org.apache.jackrabbit.core.query.lucene that throw FileSystemException | |
|---|---|
protected FileSystemResource |
SearchIndex.createSynonymProviderConfigResource()
Creates a file system resource to the synonym provider configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||