Uses of Class
edu.wpi.prc.project.Project

Packages that use Project
edu.wpi.prc.client   
edu.wpi.prc.persistence   
edu.wpi.prc.project   
edu.wpi.prc.server.test   
edu.wpi.prc.server.transitioner   
edu.wpi.prc.tools.builder   
edu.wpi.prc.tools.builder.gui   
edu.wpi.prc.tools.extractor   
edu.wpi.prc.tools.shutdown   
 

Uses of Project in edu.wpi.prc.client
 

Fields in edu.wpi.prc.client declared as Project
private  Project PRCClient.project
           
 

Uses of Project in edu.wpi.prc.persistence
 

Methods in edu.wpi.prc.persistence with parameters of type Project
private  java.util.Properties HibernateController.readProjectProperties(Project proj)
          Configures Hibernate by inspecting a project.
 

Uses of Project in edu.wpi.prc.project
 

Fields in edu.wpi.prc.project declared as Project
private static Project Project.project
           
 

Methods in edu.wpi.prc.project that return Project
static Project Project.createProject()
          There is one case in which it is necessary to create a new project without reading project information from the database or from the project.properties file: when creating a new project from the ProjectBuilder.
static Project Project.instance()
          Retrieves the project information from the database and returns it as a Project object.
static Project Project.readFromDatabase()
          Attempts to read the project configuration from the database specified in the project configuration file.
static Project Project.readFromFile()
          Retrieves the project settings from the configuration file rather than the database using the default location for the configuration file.
static Project Project.readFromFile(java.lang.String filePath)
          Retrieves the project settings from the configuration file rather than the database allowing the path of the configuration file to be specified.
 

Uses of Project in edu.wpi.prc.server.test
 

Fields in edu.wpi.prc.server.test declared as Project
private  Project LocalTransitionerTest.p
           
 

Uses of Project in edu.wpi.prc.server.transitioner
 

Fields in edu.wpi.prc.server.transitioner declared as Project
private  Project RemoteTransitioner.project
           
 

Uses of Project in edu.wpi.prc.tools.builder
 

Fields in edu.wpi.prc.tools.builder declared as Project
private  Project ProjectBuilder.project
           
 

Methods in edu.wpi.prc.tools.builder that return Project
 Project ProjectBuilder.getProject()
           
 

Methods in edu.wpi.prc.tools.builder with parameters of type Project
 void ProjectBuilder.setProject(Project project)
           
 

Uses of Project in edu.wpi.prc.tools.builder.gui
 

Fields in edu.wpi.prc.tools.builder.gui declared as Project
private  Project ServerConfigurationForm.project
           
private  Project SpotCheckConfigurationForm.project
           
private  Project ConnectionFormThread.project
           
private  Project NetworkConfigurationForm.project
           
private  Project DatabaseConfigurationForm.project
           
private  Project ConfirmationForm.project
           
private  Project SelectActionForm.project
           
private  Project BasicConfigurationForm.project
           
 

Methods in edu.wpi.prc.tools.builder.gui that return Project
 Project ConnectionFormThread.getProject()
          Reads the project that is stored in the database.
 

Uses of Project in edu.wpi.prc.tools.extractor
 

Fields in edu.wpi.prc.tools.extractor declared as Project
private static Project ResultExtractor.project
           
 

Uses of Project in edu.wpi.prc.tools.shutdown
 

Fields in edu.wpi.prc.tools.shutdown declared as Project
private static Project ShutdownController.project