| Package | Description |
|---|---|
| flux.file |
File triggers and actions
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FtpHost
Represents an FTP host on a network.
|
interface |
FtpSslHost
Represents an FTP-over-SSL (FTPS) host on a network.
|
interface |
LocalHost
Represents the local file system.
|
interface |
NetworkHost
Abstract interface that represents a computer on a network.
|
interface |
S3Host
Represents an Amazon Web Services S3 bucket for accessing S3 files.
|
interface |
SecureFtpHost
Represents a Secure FTP (SFTP) host on a network.
|
interface |
UncHost
Represents a UNC file system for accessing Windows shares.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
FileCriteria.getHost()
Returns the network host where these files are located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileCriteria.setHost(Host host)
Sets the network host where these files are located.
|
© 2000-2025 Flux Corporation. All rights reserved.