Uses of Class
net.sf.rej.files.FileSet

Packages that use FileSet
net.sf.rej.files Provides file access related functionality. 
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
net.sf.rej.gui.compare Provides diff-like compare functionality for class files 
 

Uses of FileSet in net.sf.rej.files
 

Subclasses of FileSet in net.sf.rej.files
 class Archive
           
 class Folder
           
 class SingleFile
           
 

Methods in net.sf.rej.files that return FileSet
 FileSet Project.getFileSet()
           
 FileSet ClassLocator.getFileSet()
           
 

Methods in net.sf.rej.files with parameters of type FileSet
 void ClassIndex.addElement(FileSet fs)
          Add a FileSet to the index and mark the index as being not up to date.
 void ClassIndex.addLocator(FileSet fs, java.lang.String file)
          Add a single locator to the index
 java.util.List<java.lang.String> ClassIndex.getClassNames(FileSet fs)
          Return a List of all the names classes in the given FileSet.
 void FileSet.getContentsFrom(FileSet fs)
           
 void ClassIndex.removeElement(FileSet current)
          Remove one fileset from the index
 void ClassIndex.removeLocator(FileSet fs, java.lang.String file)
          Remove a single locator from the index.
 void Project.setFileSet(FileSet fileset)
           
 void ClassLocator.setFileSet(FileSet fs)
           
 

Constructors in net.sf.rej.files with parameters of type FileSet
ClassLocator(java.lang.String classLongName, FileSet fileSet, java.lang.String file)
           
 

Uses of FileSet in net.sf.rej.gui
 

Methods in net.sf.rej.gui that return FileSet
 FileSet SystemFacade.getFileSet(java.io.File f)
           
 

Uses of FileSet in net.sf.rej.gui.compare
 

Constructors in net.sf.rej.gui.compare with parameters of type FileSet
CompareThread(FileSet a1, FileSet a2, javax.swing.JTree tree, javax.swing.tree.DefaultMutableTreeNode root)