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 FileSystemResource
FileSystemBLOBStore. getResource(String blobId)
Retrieves the BLOB data with the specified id as a permanent resource.FileSystemResource
ResourceBasedBLOBStore. 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 FileSystemResource
SearchIndex. 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 void
PropertiesSynonymProvider. initialize(FileSystemResource fsr)
Initializes the synonym provider and passes the file system resource to the synonym provider configuration defined by the configuration value of thesynonymProviderConfigPath
parameter.void
SynonymProvider. initialize(FileSystemResource fsr)
Initializes the synonym provider and passes the file system resource to the synonym provider configuration defined by the configuration value of thesynonymProviderConfigPath
parameter. -
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 InternalValue
InternalValue. create(FileSystemResource value)
-