Uses of Class
edu.umd.cs.findbugs.Project

Packages that use Project
edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany. 
edu.umd.cs.findbugs.gui   
edu.umd.cs.findbugs.workflow   
 

Uses of Project in edu.umd.cs.findbugs
 

Fields in edu.umd.cs.findbugs declared as Project
protected  Project FindBugsCommandLine.project
          Project to analyze.
 

Methods in edu.umd.cs.findbugs that return Project
 Project Project.duplicate()
          Return an exact copy of this Project.
 Project FindBugsCommandLine.getProject()
           
 Project BugCollectionBugReporter.getProject()
           
 Project AddAnnotation.getProject()
           
 

Methods in edu.umd.cs.findbugs with parameters of type Project
 void SortedBugCollection.readXML(java.io.File file, Project project)
          Read XML data from given file into this object, populating given Project as a side effect.
 void BugCollection.readXML(java.io.InputStream in, Project project)
          Read XML data from given input stream into this object, populating the Project as a side effect.
 void SortedBugCollection.readXML(java.io.InputStream in, Project project)
          Read XML data from given input stream into this object, populating the Project as a side effect.
 void BugCollection.readXML(java.lang.String fileName, Project project)
          Read XML data from given file into this object, populating given Project as a side effect.
 void SortedBugCollection.readXML(java.lang.String fileName, Project project)
          Read XML data from given file into this object, populating given Project as a side effect.
 org.dom4j.Document BugCollection.toDocument(Project project)
          Convert the BugCollection into a dom4j Document object.
 org.dom4j.Document SortedBugCollection.toDocument(Project project)
          Convert the BugCollection into a dom4j Document object.
 void BugCollection.writePrologue(XMLOutput xmlOutput, Project project)
           
 void SortedBugCollection.writePrologue(XMLOutput xmlOutput, Project project)
           
 void SortedBugCollection.writeXML(java.io.File file, Project project)
          Write this BugCollection to a file as XML.
 void BugCollection.writeXML(java.io.OutputStream out, Project project)
          Write the BugCollection to given output stream as XML.
 void SortedBugCollection.writeXML(java.io.OutputStream out, Project project)
          Write the BugCollection to given output stream as XML.
 void BugCollection.writeXML(java.lang.String fileName, Project project)
          Write this BugCollection to a file as XML.
 void SortedBugCollection.writeXML(java.lang.String fileName, Project project)
          Write this BugCollection to a file as XML.
 void BugCollection.writeXML(XMLOutput xmlOutput, Project project)
          Write the BugCollection to an XMLOutput object.
 void SortedBugCollection.writeXML(XMLOutput xmlOutput, Project project)
          Write the BugCollection to an XMLOutput object.
 

Constructors in edu.umd.cs.findbugs with parameters of type Project
AddAnnotation(BugCollection bugCollection, Project project, java.lang.String annotation)
           
BugCollectionBugReporter(Project project)
           
FindBugs(BugReporter bugReporter, Project project)
          Constructor.
HTMLBugReporter(Project project, java.lang.String stylesheet)
           
NewResults(SortedBugCollection origCollection, SortedBugCollection newCollection, Project project)
           
SAXBugCollectionHandler(BugCollection bugCollection, Project project)
           
XDocsBugReporter(Project project)
           
XMLBugReporter(Project project)
           
 

Uses of Project in edu.umd.cs.findbugs.gui
 

Constructors in edu.umd.cs.findbugs.gui with parameters of type Project
AnalysisRun(Project project, FindBugsFrame frame)
          Creates a new instance of AnalysisRun.
 

Uses of Project in edu.umd.cs.findbugs.workflow
 

Methods in edu.umd.cs.findbugs.workflow with parameters of type Project
 void BugHistory.writeResultCollection(Project origProject, Project newProject, java.io.OutputStream outputStream)
          Deprecated.