fr.esrf.tangoatk.widget.util.jdraw
Class FileFinder

java.lang.Object
  extended by fr.esrf.tangoatk.widget.util.jdraw.FileFinder

public class FileFinder
extends java.lang.Object

FileFinder, give a root directory, an extension and a maximum number of files, and the list of files will be returned created by srubio@cells, oktober 2006


Constructor Summary
FileFinder(java.lang.String rd, java.lang.String xt, int mx)
           
 
Method Summary
 java.lang.String[] getList(boolean rc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFinder

public FileFinder(java.lang.String rd,
                  java.lang.String xt,
                  int mx)
Method Detail

getList

public java.lang.String[] getList(boolean rc)