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.ftp.core.file |
Interfaces for FtpFile, FtpDir and FtpAuth as specific FTP extension of
interfaces FileInterface,
DirInterface and AuthInterface
|
org.waarp.ftp.filesystembased |
Classes implementing File, Directory and Authentication according to a
filesystem implementation for FTP
|
org.waarp.gateway.ftp.file |
Filesystem based implementation of File, Dir, Auth and SimpleAuth.
|
org.waarp.gateway.kernel.commonfile | |
org.waarp.openr66.context.filesystem |
Classes implementing Filesystem
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFile |
Modifier and Type | Method and Description |
---|---|
FileInterface |
DirInterface.newFile(String path,
boolean append)
Create a new File
|
FileInterface |
AbstractDir.setFile(String path,
boolean append) |
FileInterface |
DirInterface.setFile(String path,
boolean append)
Set a path as the current FileInterface
|
FileInterface |
DirInterface.setUniqueFile()
Set a new unique path as the current FileInterface from the current
Directory (STOU)
|
Modifier and Type | Class and Description |
---|---|
class |
FilesystemBasedFileImpl
File implementation for Filesystem Based
|
Modifier and Type | Method and Description |
---|---|
FileInterface |
FilesystemBasedDirImpl.setUniqueFile() |
Modifier and Type | Interface and Description |
---|---|
interface |
FtpFile |
Modifier and Type | Class and Description |
---|---|
class |
FilesystemBasedFtpFile
Filesystem implementation of a FtpFile
|
Modifier and Type | Class and Description |
---|---|
class |
FileBasedFile
FtpFile implementation based on true directories and files
|
Modifier and Type | Class and Description |
---|---|
class |
CommonFileImpl |
Modifier and Type | Method and Description |
---|---|
FileInterface |
CommonDirImpl.newFile(String path,
boolean append) |
Constructor and Description |
---|
CommonFileChunkedInput(FileInterface document) |
Modifier and Type | Class and Description |
---|---|
class |
R66File
File representation
|
Copyright © 2009–2020 Waarp. All rights reserved.