net.sf.filePiper.model
Class FileMatcher

java.lang.Object
  extended by net.sf.filePiper.model.FileMatcher

public class FileMatcher
extends Object


Constructor Summary
FileMatcher(File sourceBaseDir, String includesPattern, String excludesPattern)
           
 
Method Summary
 boolean matchDirectoryTree(File fil)
           
 boolean matchFile(File fil)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileMatcher

public FileMatcher(File sourceBaseDir,
                   String includesPattern,
                   String excludesPattern)
Method Detail

matchFile

public boolean matchFile(File fil)

matchDirectoryTree

public boolean matchDirectoryTree(File fil)


Copyright © 2011. All Rights Reserved.