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
|
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() |
Copyright © 2009–2022 Waarp. All rights reserved.