Uses of Class
org.mega.gasp.platform.utils.PropertiesReader

Packages that use PropertiesReader
org.mega.gasp.platform   
org.mega.gasp.platform.impl   
 

Uses of PropertiesReader in org.mega.gasp.platform
 

Methods in org.mega.gasp.platform that return PropertiesReader
 PropertiesReader Platform.getPropertiesReader()
          Return the platform DB manager .
 

Uses of PropertiesReader in org.mega.gasp.platform.impl
 

Fields in org.mega.gasp.platform.impl declared as PropertiesReader
private  PropertiesReader PlatformImpl.propertiesReader
           
 

Methods in org.mega.gasp.platform.impl that return PropertiesReader
 PropertiesReader PlatformImpl.getPropertiesReader()
          Return the platform ID manager .
 

Constructors in org.mega.gasp.platform.impl with parameters of type PropertiesReader
DBManagerImpl(PropertiesReader propertiesReader)