Class FileList

java.lang.Object
  |
  +--FileList

public class FileList
extends java.lang.Object

FileList class store all the names of the text files in a directory into a file in .goofi called filelist


Constructor Summary
FileList()
           
 
Method Summary
 void MakeFileList(java.io.File f, java.io.Writer writer)
          MakeFileList make the filelist file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileList

public FileList()
Method Detail

MakeFileList

public void MakeFileList(java.io.File f,
                         java.io.Writer writer)
MakeFileList make the filelist file