Uses of Interface
flux.file.SingleFileParameter

Packages that use SingleFileParameter
flux.file File triggers and actions 
fluximpl.file   
fluximpl.file.pgp   
fluximpl.file.pgp.decrypt   
fluximpl.file.pgp.encrypt   
fluximpl.file.zip   
 

Uses of SingleFileParameter in flux.file
 

Subinterfaces of SingleFileParameter in flux.file
 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 and directories 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.
 

Classes in flux.file that implement SingleFileParameter
 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.
 

Uses of SingleFileParameter in fluximpl.file
 

Classes in fluximpl.file that implement SingleFileParameter
 class fluximpl.file.AbstractDoubleFileParameter
           
 class fluximpl.file.AbstractSingleFileParameter
           
 

Uses of SingleFileParameter in fluximpl.file.pgp
 

Classes in fluximpl.file.pgp that implement SingleFileParameter
 class fluximpl.file.pgp.AbstractPgpAction
           
 

Uses of SingleFileParameter in fluximpl.file.pgp.decrypt
 

Classes in fluximpl.file.pgp.decrypt that implement SingleFileParameter
 class fluximpl.file.pgp.decrypt.FileDecryptPgpActionImpl
           
 

Uses of SingleFileParameter in fluximpl.file.pgp.encrypt
 

Classes in fluximpl.file.pgp.encrypt that implement SingleFileParameter
 class fluximpl.file.pgp.encrypt.FileEncryptPgpActionImpl
           
 

Uses of SingleFileParameter in fluximpl.file.zip
 

Classes in fluximpl.file.zip that implement SingleFileParameter
 class fluximpl.file.zip.FileUnzipActionImpl
           
 class fluximpl.file.zip.FileZipActionImpl
           
 



© 2014 Flux Corporation. All rights reserved.