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

Packages that use FileSystemResource
org.apache.jackrabbit.core.state.util   
org.apache.jackrabbit.core.value   
 

Uses of FileSystemResource in org.apache.jackrabbit.core.state.util
 

Methods in org.apache.jackrabbit.core.state.util that return FileSystemResource
 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.
 

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)
           
 

Constructors in org.apache.jackrabbit.core.value with parameters of type FileSystemResource
BLOBFileValue(FileSystemResource fsResource)
          Creates a new BLOBFileValue instance from a resource in the virtual file system.
 



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