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 |
DoubleFileParameter
Used in file actions that operate using a source set of file parameters and a target set of file parameters.
|
interface |
FileCopyAction
Copies a group of source files and directories to a group of targets.
|
interface |
FileCreateAction
Creates a group of files and directories.
|
interface |
FileDeleteAction
Deletes a group of files and directories.
|
interface |
FileExistTrigger
Fires when specified files exist.
|
interface |
FileModifiedTrigger
Fires when specified files and directories are modified.
|
interface |
FileMoveAction
Moves (renames) a group of source files and directories to a group of
targets.
|
interface |
FileNotExistTrigger
Fires when specified files and directories do not exist.
|
interface |
FileRenameAction
The exact same behavior as FileMoveAction.
|
interface |
FileTrigger
Abstract interface that fires when specified files and directories change
state.
|
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 |
class |
fluximpl.file.AbstractSingleFileParameter |
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.