Package | Description |
---|---|
flux.file |
File triggers and actions
|
fluximpl.file | |
fluximpl.file.pgp | |
fluximpl.file.pgp.decrypt | |
fluximpl.file.pgp.encrypt | |
fluximpl.file.zip |
Modifier and Type | Interface and Description |
---|---|
interface |
FileCopyAction
Copies a group of source files and directories to a group of targets.
|
interface |
FileMoveAction
Moves (renames) a group of source files and directories to a group of
targets.
|
interface |
FileRenameAction
The exact same behavior as FileMoveAction.
|
interface |
RenameableDoubleFileParameter
Indicates that files should be renamed while being operated upon in a file operation.
|
Modifier and Type | Class and Description |
---|---|
class |
FileDecryptPgpAction
Decrypts a set of PGP-encrypted files.
|
class |
FileEncryptPgpAction
Encrypts a set of files using PGP encryption.
|
class |
FileUnzipAction
Decompresses a single zip file into a specified directory.
|
class |
FileZipAction
Compresses a set of files into a single file using zip compression.
|
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.file.AbstractDoubleFileParameter |
class |
fluximpl.file.AbstractRenamableDoubleFileParameter |
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.file.pgp.AbstractPgpAction |
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl |
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.file.pgp.encrypt.FileEncryptPgpActionImpl |
Modifier and Type | Class and Description |
---|---|
class |
fluximpl.file.zip.FileUnzipActionImpl |
class |
fluximpl.file.zip.FileZipActionImpl |
© 2000-2025 Flux Corporation. All rights reserved.