Class FileFinder

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

public class FileFinder extends 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 Details

    • FileFinder

      public FileFinder(String rd, String xt, int mx)
  • Method Details

    • getList

      public String[] getList(boolean rc)