| Package | Description |
|---|---|
| org.apache.nifi.processors.standard.ftp.filesystem |
| Modifier and Type | Field and Description |
|---|---|
private VirtualPath |
VirtualFileSystemView.currentDirectory |
private VirtualPath |
VirtualFtpFile.path |
static VirtualPath |
VirtualFileSystem.ROOT
The virtual root folder of the virtual file system regardless of the operating system and its native file system structure.
|
| Modifier and Type | Field and Description |
|---|---|
private List<VirtualPath> |
DefaultVirtualFileSystem.existingPaths |
| Modifier and Type | Method and Description |
|---|---|
VirtualPath |
VirtualPath.getParent() |
VirtualPath |
VirtualPath.resolve(String otherPath) |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualPath> |
DefaultVirtualFileSystem.listChildren(VirtualPath parent) |
List<VirtualPath> |
VirtualFileSystem.listChildren(VirtualPath parent)
Lists the files and directories that are directly under the directory specified by the path received as a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultVirtualFileSystem.delete(VirtualPath virtualFile) |
boolean |
VirtualFileSystem.delete(VirtualPath virtualFile)
Deletes the file or directory specified by the path received as a parameter.
|
boolean |
DefaultVirtualFileSystem.exists(VirtualPath virtualFile) |
boolean |
VirtualFileSystem.exists(VirtualPath virtualFile)
Checks if the path received as a parameter already exists in the file system.
|
private boolean |
DefaultVirtualFileSystem.hasSubDirectories(VirtualPath directory) |
private boolean |
DefaultVirtualFileSystem.isChildOf(VirtualPath parent,
VirtualPath childCandidate) |
List<VirtualPath> |
DefaultVirtualFileSystem.listChildren(VirtualPath parent) |
List<VirtualPath> |
VirtualFileSystem.listChildren(VirtualPath parent)
Lists the files and directories that are directly under the directory specified by the path received as a parameter.
|
boolean |
DefaultVirtualFileSystem.mkdir(VirtualPath newFile) |
boolean |
VirtualFileSystem.mkdir(VirtualPath newFile)
Makes a new directory specified by the path received as a parameter.
|
| Constructor and Description |
|---|
VirtualFtpFile(VirtualPath path,
VirtualFileSystem fileSystem) |
Copyright © 2023 Apache NiFi Project. All rights reserved.