org.eclipse.jdt.internal.compiler.batch
Class FileFinder

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.batch.FileFinder

public class FileFinder
extends java.lang.Object


Field Summary
 int count
           
 java.lang.String[] resultFiles
           
 
Constructor Summary
FileFinder()
           
 
Method Summary
 void find(java.io.File f, java.lang.String pattern, boolean verbose)
           
 void find0(java.io.File f, java.lang.String pattern, boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resultFiles

public java.lang.String[] resultFiles

count

public int count
Constructor Detail

FileFinder

public FileFinder()
Method Detail

find

public void find(java.io.File f,
                 java.lang.String pattern,
                 boolean verbose)

find0

public void find0(java.io.File f,
                  java.lang.String pattern,
                  boolean verbose)