Uses of Class
org.apache.jackrabbit.core.fs.FileSystemResource
-
Packages that use FileSystemResource Package Description org.apache.jackrabbit.core.persistence.util org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.core.value -
-
Uses of FileSystemResource in org.apache.jackrabbit.core.persistence.util
Methods in org.apache.jackrabbit.core.persistence.util that return FileSystemResource Modifier and Type Method Description FileSystemResourceFileSystemBLOBStore. getResource(String blobId)Retrieves the BLOB data with the specified id as a permanent resource.FileSystemResourceResourceBasedBLOBStore. getResource(String blobId)Retrieves the BLOB data with the specified id as a permanent resource.Constructors in org.apache.jackrabbit.core.persistence.util with parameters of type FileSystemResource Constructor Description FileBasedIndex(FileSystemResource file)Creates a new hashmap index and loads the lookup tables from the filesystem resource. -
Uses of FileSystemResource in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene that return FileSystemResource Modifier and Type Method Description protected FileSystemResourceSearchIndex. createSynonymProviderConfigResource()Creates a file system resource to the synonym provider configuration.Methods in org.apache.jackrabbit.core.query.lucene with parameters of type FileSystemResource Modifier and Type Method Description voidPropertiesSynonymProvider. initialize(FileSystemResource fsr)Initializes the synonym provider and passes the file system resource to the synonym provider configuration defined by the configuration value of thesynonymProviderConfigPathparameter.voidSynonymProvider. initialize(FileSystemResource fsr)Initializes the synonym provider and passes the file system resource to the synonym provider configuration defined by the configuration value of thesynonymProviderConfigPathparameter. -
Uses of FileSystemResource in org.apache.jackrabbit.core.value
Methods in org.apache.jackrabbit.core.value with parameters of type FileSystemResource Modifier and Type Method Description static InternalValueInternalValue. create(FileSystemResource value)
-