~bjd/syncany/misc-fixes

« back to all changes in this revision

Viewing changes to syncany/src/org/syncany/util/FileLister.java

  • Committer: Philipp Heckel
  • Date: 2011-06-18 23:40:35 UTC
  • Revision ID: philipp.heckel@gmail.com-20110618234035-4lzgul0rsf4j09fd
sync alg; recursive move not working

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * FileFinderListener.proceedFile. A filter can be set prior calling this
23
23
 * method.
24
24
 *
25
 
 * @author ycoppel@google.com (Yohann Coppel), modified by Philipp C. Heckel
 
25
 * @author ycoppel@google.com (Yohann Coppel)
 
26
 * @author Philipp C. Heckel <philipp.heckel@gmail.com>
26
27
 * @see http://www.java2s.com/Code/Java/File-Input-Output/Recursivelysearchadirectorytree.htm
27
28
 */
28
29
public class FileLister {