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

Packages that use MissingConfigurationFileException
edu.wpi.prc.client   
edu.wpi.prc.persistence   
edu.wpi.prc.project   
edu.wpi.prc.server.transitioner   
 

Uses of MissingConfigurationFileException in edu.wpi.prc.client
 

Methods in edu.wpi.prc.client that throw MissingConfigurationFileException
private  void PRCClient.configureClient()
          Reads configuration from files in the cfg directory.
static PRCClient PRCClient.instance()
           
 

Constructors in edu.wpi.prc.client that throw MissingConfigurationFileException
PRCClient()
          Private constructor prevents explcit instantiation of the PRCClient class.
 

Uses of MissingConfigurationFileException in edu.wpi.prc.persistence
 

Methods in edu.wpi.prc.persistence that throw MissingConfigurationFileException
 void HibernateController.initialize()
          Initializes hibernate.
 void HibernateController.initialize(DatabaseType db)
          Initializes hibernate with the specified Hibernate configuration file.
 void HibernateController.initialize(java.lang.String configFilePath)
          Initializes hibernate using an alternate project configuration file path.
private  java.util.Properties HibernateController.readConfigFromFile()
          Reads project configuration from the project properties file, then translates it into Hibernate properties.
private  java.util.Properties HibernateController.readConfigFromFile(java.lang.String configFilePath)
          Reads project configuration from the project properties file, then translates it into Hibernate properties.
 

Uses of MissingConfigurationFileException in edu.wpi.prc.project
 

Methods in edu.wpi.prc.project that throw MissingConfigurationFileException
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 MissingConfigurationFileException in edu.wpi.prc.server.transitioner
 

Methods in edu.wpi.prc.server.transitioner that throw MissingConfigurationFileException
static RemoteTransitioner RemoteTransitioner.instance()
          Hibernate must be configured before getting the singleton instance of this class.
 

Constructors in edu.wpi.prc.server.transitioner that throw MissingConfigurationFileException
RemoteTransitioner()
          Initializes the remote transitioner.