Uses of Class
org.apache.jackrabbit.core.fs.FileSystemException
-
Packages that use FileSystemException Package Description org.apache.jackrabbit.core.fs org.apache.jackrabbit.core.fs.db This package contains the class, a simple generic JDBC-basedDbFileSystemFileSystemimplementation for Jackrabbit.org.apache.jackrabbit.core.fs.local org.apache.jackrabbit.core.fs.mem org.apache.jackrabbit.core.persistence.util org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.vfs.ext.fs -
-
Uses of FileSystemException in org.apache.jackrabbit.core.fs
Methods in org.apache.jackrabbit.core.fs that throw FileSystemException Modifier and Type Method Description static voidFileSystemPathUtil. checkFormat(String path)Checks ifpathis a valid path.voidBasedFileSystem. close()Close the file system.voidFileSystem. close()Close the file system.voidBasedFileSystem. createFolder(String folderPath)Creates the folder named by this path, including any necessary but nonexistent parent folders.voidFileSystem. createFolder(String folderPath)Creates the folder named by this path, including any necessary but nonexistent parent folders.voidFileSystemResource. delete()Deletes this resource.voidFileSystemResource. delete(boolean pruneEmptyParentDirs)Deletes this resource.voidBasedFileSystem. deleteFile(String filePath)Deletes the file denoted by this path.voidFileSystem. deleteFile(String filePath)Deletes the file denoted by this path.voidBasedFileSystem. deleteFolder(String folderPath)Deletes the folder denoted by this path.voidFileSystem. deleteFolder(String folderPath)Deletes the folder denoted by this path.booleanBasedFileSystem. exists(String path)Tests whether the file system entry denoted by this path exists.booleanFileSystem. exists(String path)Tests whether the file system entry denoted by this path exists.booleanFileSystemResource. exists()InputStreamBasedFileSystem. getInputStream(String filePath)Returns an input stream of the contents of the file denoted by this path.InputStreamFileSystem. getInputStream(String filePath)Returns an input stream of the contents of the file denoted by this path.InputStreamFileSystemResource. getInputStream()OutputStreamBasedFileSystem. getOutputStream(String filePath)Returns an output stream for writing bytes to the file denoted by this path.OutputStreamFileSystem. getOutputStream(String filePath)Returns an output stream for writing bytes to the file denoted by this path.OutputStreamFileSystemResource. getOutputStream()booleanBasedFileSystem. hasChildren(String path)Tests whether the file system entry denoted by this path has child entries.booleanFileSystem. hasChildren(String path)Tests whether the file system entry denoted by this path has child entries.voidBasedFileSystem. init()Initialize the file systemvoidFileSystem. init()Initialize the file systembooleanBasedFileSystem. isFile(String path)Tests whether the file system entry denoted by this path exists and is a file.booleanFileSystem. isFile(String path)Tests whether the file system entry denoted by this path exists and is a file.booleanBasedFileSystem. isFolder(String path)Tests whether the file system entry denoted by this path exists and is a folder.booleanFileSystem. isFolder(String path)Tests whether the file system entry denoted by this path exists and is a folder.longBasedFileSystem. lastModified(String path)Returns the time that the file system entry denoted by this path was last modified.longFileSystem. lastModified(String path)Returns the time that the file system entry denoted by this path was last modified.longFileSystemResource. lastModified()longBasedFileSystem. length(String filePath)Returns the length of the file denoted by this path.longFileSystem. length(String filePath)Returns the length of the file denoted by this path.longFileSystemResource. length()String[]BasedFileSystem. list(String folderPath)Returns an array of strings naming the files and folders in the folder denoted by this path.String[]FileSystem. list(String folderPath)Returns an array of strings naming the files and folders in the folder denoted by this path.String[]BasedFileSystem. listFiles(String folderPath)Returns an array of strings naming the files in the folder denoted by this path.String[]FileSystem. listFiles(String folderPath)Returns an array of strings naming the files in the folder denoted by this path.String[]BasedFileSystem. listFolders(String folderPath)Returns an array of strings naming the folders in the folder denoted by this path.String[]FileSystem. listFolders(String folderPath)Returns an array of strings naming the folders in the folder denoted by this path.voidFileSystemResource. makeParentDirs()Creates the parent directory of this resource, including any necessary but nonexistent parent directories.voidFileSystemResource. spool(OutputStream out)Spools this resource to the given output stream. -
Uses of FileSystemException in org.apache.jackrabbit.core.fs.db
Methods in org.apache.jackrabbit.core.fs.db that throw FileSystemException Modifier and Type Method Description voidDatabaseFileSystem. close()Close the file system.voidDerbyFileSystem. close()Close the file system.protected voidDatabaseFileSystem. createDeepFolder(String folderPath)Creates the specified files system folder entry, recursively creating any non-existing intermediate folder entries.voidDatabaseFileSystem. createFolder(String folderPath)Creates the folder named by this path, including any necessary but nonexistent parent folders.voidDatabaseFileSystem. deleteFile(String filePath)Deletes the file denoted by this path.voidDatabaseFileSystem. deleteFolder(String folderPath)Deletes the folder denoted by this path.booleanDatabaseFileSystem. exists(String path)Tests whether the file system entry denoted by this path exists.InputStreamDatabaseFileSystem. getInputStream(String filePath)Returns an input stream of the contents of the file denoted by this path.OutputStreamDatabaseFileSystem. getOutputStream(String filePath)Returns an output stream for writing bytes to the file denoted by this path.booleanDatabaseFileSystem. hasChildren(String path)Tests whether the file system entry denoted by this path has child entries.voidDatabaseFileSystem. init()Initialize the file systembooleanDatabaseFileSystem. isFile(String path)Tests whether the file system entry denoted by this path exists and is a file.booleanDatabaseFileSystem. isFolder(String path)Tests whether the file system entry denoted by this path exists and is a folder.longDatabaseFileSystem. lastModified(String path)Returns the time that the file system entry denoted by this path was last modified.longDatabaseFileSystem. length(String filePath)Returns the length of the file denoted by this path.String[]DatabaseFileSystem. list(String folderPath)Returns an array of strings naming the files and folders in the folder denoted by this path.String[]DatabaseFileSystem. listFiles(String folderPath)Returns an array of strings naming the files in the folder denoted by this path.String[]DatabaseFileSystem. listFolders(String folderPath)Returns an array of strings naming the folders in the folder denoted by this path. -
Uses of FileSystemException in org.apache.jackrabbit.core.fs.local
Methods in org.apache.jackrabbit.core.fs.local that throw FileSystemException Modifier and Type Method Description voidLocalFileSystem. close()Close the file system.voidLocalFileSystem. createFolder(String folderPath)Creates the folder named by this path, including any necessary but nonexistent parent folders.voidLocalFileSystem. deleteFile(String filePath)Deletes the file denoted by this path.voidLocalFileSystem. deleteFolder(String folderPath)Deletes the folder denoted by this path.booleanLocalFileSystem. exists(String path)Tests whether the file system entry denoted by this path exists.InputStreamLocalFileSystem. getInputStream(String filePath)Returns an input stream of the contents of the file denoted by this path.OutputStreamLocalFileSystem. getOutputStream(String filePath)Returns an output stream for writing bytes to the file denoted by this path.booleanLocalFileSystem. hasChildren(String path)Tests whether the file system entry denoted by this path has child entries.voidLocalFileSystem. init()Initialize the file systembooleanLocalFileSystem. isFile(String path)Tests whether the file system entry denoted by this path exists and is a file.booleanLocalFileSystem. isFolder(String path)Tests whether the file system entry denoted by this path exists and is a folder.longLocalFileSystem. lastModified(String path)Returns the time that the file system entry denoted by this path was last modified.longLocalFileSystem. length(String filePath)Returns the length of the file denoted by this path.String[]LocalFileSystem. list(String folderPath)Returns an array of strings naming the files and folders in the folder denoted by this path.String[]LocalFileSystem. listFiles(String folderPath)Returns an array of strings naming the files in the folder denoted by this path.String[]LocalFileSystem. listFolders(String folderPath)Returns an array of strings naming the folders in the folder denoted by this path. -
Uses of FileSystemException in org.apache.jackrabbit.core.fs.mem
Methods in org.apache.jackrabbit.core.fs.mem that throw FileSystemException Modifier and Type Method Description voidMemoryFileSystem. createFolder(String folderPath)voidMemoryFileSystem. deleteFile(String filePath)voidMemoryFileSystem. deleteFolder(String folderPath)booleanMemoryFileSystem. exists(String path)InputStreamMemoryFileSystem. getInputStream(String filePath)OutputStreamMemoryFileSystem. getOutputStream(String filePath)booleanMemoryFileSystem. hasChildren(String path)booleanMemoryFileSystem. isFile(String path)booleanMemoryFileSystem. isFolder(String path)longMemoryFileSystem. lastModified(String path)longMemoryFileSystem. length(String filePath) -
Uses of FileSystemException in org.apache.jackrabbit.core.persistence.util
Constructors in org.apache.jackrabbit.core.persistence.util that throw FileSystemException Constructor Description FileBasedIndex(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 Modifier and Type Method Description protected FileSystemResourceSearchIndex. createSynonymProviderConfigResource()Creates a file system resource to the synonym provider configuration. -
Uses of FileSystemException in org.apache.jackrabbit.vfs.ext.fs
Methods in org.apache.jackrabbit.vfs.ext.fs that throw FileSystemException Modifier and Type Method Description voidVFSFileSystem. close()protected org.apache.commons.vfs2.FileSystemManagerVFSFileSystem. createFileSystemManager()Creates aFileSystemManagerinstance.protected org.apache.commons.vfs2.FileSystemOptionsVFSFileSystem. createFileSystemOptions()Builds and returnsFileSystemOptionsinstance which is used when resolving theVFSFileSystem.baseFolderduring the initialization.voidVFSFileSystem. createFolder(String folderPath)voidVFSFileSystem. deleteFile(String filePath)voidVFSFileSystem. deleteFolder(String folderPath)booleanVFSFileSystem. exists(String path)org.apache.commons.vfs2.FileSystemOptionsVFSFileSystem. getFileSystemOptions()ReturnsFileSystemOptionsinstance used when resolving theVFSFileSystem.baseFolder.InputStreamVFSFileSystem. getInputStream(String filePath)OutputStreamVFSFileSystem. getOutputStream(String filePath)booleanVFSFileSystem. hasChildren(String path)voidVFSFileSystem. init()booleanVFSFileSystem. isFile(String path)booleanVFSFileSystem. isFolder(String path)longVFSFileSystem. lastModified(String path)longVFSFileSystem. length(String filePath)String[]VFSFileSystem. list(String folderPath)String[]VFSFileSystem. listFiles(String folderPath)String[]VFSFileSystem. listFolders(String folderPath)
-