Uses of Interface
org.jbundle.jbackup.destination.DestinationFile
-
Packages that use DestinationFile Package Description org.jbundle.jbackup org.jbundle.jbackup.destination -
-
Uses of DestinationFile in org.jbundle.jbackup
Methods in org.jbundle.jbackup with parameters of type DestinationFile Modifier and Type Method Description voidScanner. moveFile(SourceFile source, DestinationFile destination)Move this file from the source to the destination.voidScanner. process(SourceFileList sourceList, DestinationFile destination)Move files from the source to the destination. -
Uses of DestinationFile in org.jbundle.jbackup.destination
Classes in org.jbundle.jbackup.destination that implement DestinationFile Modifier and Type Class Description classBaseDestinationDirectory scanner.classDebugDestinationThis is a special destination that does nothing except print the name and path, and scream through the Stream.classFilesystemDestinationDirectory scanner.classFtpDestinationDirectory scanner.classHttpDestinationDirectory scanner.classZipDestinationDirectory scanner.
-