Uses of Interface
flux.file.DoubleFileParameter

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

Uses of DoubleFileParameter in flux.file
 

Subinterfaces of DoubleFileParameter in flux.file
 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.
 

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

Classes in fluximpl.file that implement DoubleFileParameter
 class fluximpl.file.AbstractDoubleFileParameter
           
 

Uses of DoubleFileParameter in fluximpl.file.pgp
 

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

Uses of DoubleFileParameter in fluximpl.file.pgp.decrypt
 

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

Uses of DoubleFileParameter in fluximpl.file.pgp.encrypt
 

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

Uses of DoubleFileParameter in fluximpl.file.zip
 

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



© 2014 Flux Corporation. All rights reserved.