Uses of Class
com.swabunga.spell.engine.Configuration

Packages that use Configuration
com.swabunga.spell.engine   
com.swabunga.spell.event   
 

Uses of Configuration in com.swabunga.spell.engine
 

Subclasses of Configuration in com.swabunga.spell.engine
 class PropertyConfiguration
           
 

Fields in com.swabunga.spell.engine declared as Configuration
static Configuration EditDistance.config
          JMH Again, there is no need to have a global class matrix variable in this class.
 

Methods in com.swabunga.spell.engine that return Configuration
static Configuration Configuration.getConfiguration()
          gets a new default Configuration
static Configuration Configuration.getConfiguration(java.lang.String className)
          Returns a new instance of a Configuration class
 

Uses of Configuration in com.swabunga.spell.event
 

Methods in com.swabunga.spell.event that return Configuration
 Configuration SpellChecker.getConfiguration()