Package | Description |
---|---|
org.waarp.common.file |
Classes implementing File, Directory, Authentication and Session Interfaces
|
org.waarp.common.file.filesystembased |
Classes implementing FileInterface and Directory according to a filesystem implementation
|
org.waarp.common.file.passthrough |
Classes implementing FileInterface and Directory according to a pass through implementation (no
storage since data are just pass through this interface)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDir
Abstract Main Implementation of Directory
|
Modifier and Type | Method and Description |
---|---|
DirInterface |
SessionInterface.getDir() |
DirInterface |
FileInterface.getDir() |
Modifier and Type | Class and Description |
---|---|
class |
FilesystemBasedDirImpl
Directory implementation for Filesystem Based
|
Modifier and Type | Method and Description |
---|---|
DirInterface |
FilesystemBasedFileImpl.getDir() |
Modifier and Type | Class and Description |
---|---|
class |
PassthroughBasedDirImpl
Directory implementation for Passthrough Based.
|
Modifier and Type | Method and Description |
---|---|
DirInterface |
PassthroughBasedFileImpl.getDir() |
Copyright © 2009–2019 Waarp. All rights reserved.