Uses of Interface
org.jasen.interfaces.JasenConfigurationLoader

Packages that use JasenConfigurationLoader
org.jasen   
org.jasen.config   
org.jasen.core.engine   
 

Uses of JasenConfigurationLoader in org.jasen
 

Methods in org.jasen with parameters of type JasenConfigurationLoader
 void JasenScanner.init(JasenConfigurationLoader loader)
          Initialises the engine using the configuration loader provided
 

Uses of JasenConfigurationLoader in org.jasen.config
 

Classes in org.jasen.config that implement JasenConfigurationLoader
 class DefaultJasenConfigurationLoader
           Default configuration loader.
 

Uses of JasenConfigurationLoader in org.jasen.core.engine
 

Methods in org.jasen.core.engine with parameters of type JasenConfigurationLoader
 void Jasen.init(JasenConfigurationLoader loader)
          Initialises the engine with the configuration loader provided