| Package | Description |
|---|---|
| org.apache.jackrabbit.core.fs | |
| org.apache.jackrabbit.core.fs.local |
| Modifier and Type | Class and Description |
|---|---|
class |
BasedFileSystem
A
BasedFileSystem represents a 'file system in a file system'. |
| Modifier and Type | Field and Description |
|---|---|
protected FileSystem |
FileSystemResource.fs |
protected FileSystem |
BasedFileSystem.fsBase |
| Modifier and Type | Method and Description |
|---|---|
FileSystem |
FileSystemResource.getFileSystem()
Returns the
FileSystem where this resource is located. |
FileSystem |
FileSystemFactory.getFileSystem()
Creates, initializes, and returns a
FileSystem instance
for use by the repository. |
| Constructor and Description |
|---|
BasedFileSystem(FileSystem fsBase,
String relRootPath)
Creates a new
BasedFileSystem |
FileSystemResource(FileSystem fs,
String path)
Creates a new
FileSystemResource |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFileSystem
A
LocalFileSystem ... |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.