Uses of Class
org.makumba.providers.MakumbaINIFileReader

Packages that use MakumbaINIFileReader
org.makumba.providers   
 

Uses of MakumbaINIFileReader in org.makumba.providers
 

Methods in org.makumba.providers with parameters of type MakumbaINIFileReader
 boolean MakumbaINIFileReader.getBooleanProperty(String section, String property, MakumbaINIFileReader otherConfig)
           
 Map<String,String> MakumbaINIFileReader.getProperties(String section, MakumbaINIFileReader defaultConfig)
          Gets all properties from the specified section in defaultConfig, overwriting it with more specific settings found in this config.
 String MakumbaINIFileReader.getStringProperty(String section, String property, MakumbaINIFileReader otherConfig)