Uses of Class
edu.rice.cs.drjava.project.DocFile

Packages that use DocFile
edu.rice.cs.drjava.project   
 

Uses of DocFile in edu.rice.cs.drjava.project
 

Methods in edu.rice.cs.drjava.project that return DocFile
 DocFile DocFile.getAbsoluteFile()
           
 DocFile[] ProjectProfile.getAuxiliaryFiles()
           
 DocFile[] ProjectFileIR.getAuxiliaryFiles()
          These files are the files outside of the project tree that are saved in the project file so that they are opened as well as the project files.
 DocFile DocFile.getCanonicalFile()
           
 DocFile[] ProjectProfile.getExcludedFiles()
           
 DocFile[] ProjectFileIR.getExcludedFiles()
          These files are in the project source tree, but have been explicitly excluded from the project.
 DocFile[] ProjectProfile.getSourceFiles()
           
 DocFile[] ProjectFileIR.getSourceFiles()
           
 

Methods in edu.rice.cs.drjava.project that return types with arguments of type DocFile
protected  List<DocFile> XMLProjectFileParser.readSourceFiles(String path, String rootPath)
           
 

Methods in edu.rice.cs.drjava.project with parameters of type DocFile
 void ProjectProfile.addAuxiliaryFile(DocFile df)
           
 void ProjectProfile.addExcludedFile(DocFile df)
           
 void ProjectProfile.addSourceFile(DocFile df)
          Public setters, modifiers
 

Method parameters in edu.rice.cs.drjava.project with type arguments of type DocFile
 void ProjectProfile.setAuxiliaryFiles(List<DocFile> af)
           
 void ProjectFileIR.setAuxiliaryFiles(List<DocFile> aux)
           
 void ProjectProfile.setExcludedFiles(List<DocFile> ef)
           
 void ProjectFileIR.setExcludedFiles(List<DocFile> ef)
           
 void ProjectProfile.setSourceFiles(List<DocFile> sf)
           
 void ProjectFileIR.setSourceFiles(List<DocFile> sf)