Uses of Class
edu.ntnu.item.jt.configloader.PropertiesReader

Packages that use PropertiesReader
edu.ntnu.item.jt.configloader Provides functionality to read from and write to a PowerScan XML configuration file and to read from a properties file 
 

Uses of PropertiesReader in edu.ntnu.item.jt.configloader
 

Methods in edu.ntnu.item.jt.configloader that return PropertiesReader
static PropertiesReader PropertiesReader.getInstance()
          Returns the properties reader instance.
static PropertiesReader PropertiesReader.initialize(String configFile)
          Initialize a properties reader object, reading the properties from a given location on the local file system.