Uses of Class
org.apache.jackrabbit.core.fs.FileSystemResource

Packages that use FileSystemResource
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
 FileSystemResource ResourceBasedBLOBStore.getResource(String blobId)
          Retrieves the BLOB data with the specified id as a permanent resource.
 FileSystemResource FileSystemBLOBStore.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
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
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
 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 the synonymProviderConfigPath parameter.
 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 the synonymProviderConfigPath parameter.
 

Uses of FileSystemResource in org.apache.jackrabbit.core.value
 

Methods in org.apache.jackrabbit.core.value with parameters of type FileSystemResource
static InternalValue InternalValue.create(FileSystemResource value)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.