PamUtils
Class FileFinder

java.lang.Object
  extended by PamUtils.FileFinder

public class FileFinder
extends java.lang.Object

Author:
David J McLaren

Constructor Summary
FileFinder()
           
 
Method Summary
static java.util.List findFileExt(java.io.File initDir, java.lang.String extension)
           
static java.util.List findFileName(java.io.File initDir, java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFinder

public FileFinder()
Method Detail

findFileExt

public static java.util.List findFileExt(java.io.File initDir,
                                         java.lang.String extension)
                                  throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

findFileName

public static java.util.List findFileName(java.io.File initDir,
                                          java.lang.String fileName)
                                   throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException