Uses of Class
com.tomgibara.pronto.config.ProntoConfigException

Packages that use ProntoConfigException
com.tomgibara.pronto.config   
com.tomgibara.pronto.config.impl   
com.tomgibara.pronto.config.source   
 

Uses of ProntoConfigException in com.tomgibara.pronto.config
 

Methods in com.tomgibara.pronto.config that throw ProntoConfigException
 java.lang.String Config.getProperty(java.lang.String name)
          Obtains current value of a specfied propery.
abstract  Config ConfigFactory.newConfig(ConfigSource source, java.lang.ClassLoader classLoader)
          Constructs a new config.
 

Uses of ProntoConfigException in com.tomgibara.pronto.config.impl
 

Methods in com.tomgibara.pronto.config.impl that throw ProntoConfigException
 Config ConfigFactoryImpl.newConfig(ConfigSource source, java.lang.ClassLoader classLoader)
          Returns a new ConfigImpl instance.
 

Uses of ProntoConfigException in com.tomgibara.pronto.config.source
 

Methods in com.tomgibara.pronto.config.source that throw ProntoConfigException
 java.util.Map<java.lang.String,java.lang.String> PreferencesConfigSource.getProperties()
          The properties obtained from the preferences node.
 long PreferencesConfigSource.lastModified()
          The time at which the properties returned by this property source, were last known to have changed.
 void PreferencesConfigSource.startListening()
          Causes this source to start listening for property changes and node changes to the preference node.
 void PreferencesConfigSource.stopListening()
          Causes this source to stop listening for changes to the property values.
 



Copyright © 2006-2007 Tom Gibara. All Rights Reserved.