org.metastatic.rsync.v2
Class Glob

java.lang.Object
  |
  +--org.metastatic.rsync.v2.Glob
All Implemented Interfaces:
FilenameFilter

public class Glob
extends Object
implements FilenameFilter


Constructor Summary
Glob(String patterns, boolean result, String baseDir)
           
 
Method Summary
 boolean accept(File dir, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Glob

public Glob(String patterns,
            boolean result,
            String baseDir)
Method Detail

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter