Uses of Interface
org.norther.tammi.core.config.Configurator

Packages that use Configurator
org.norther.tammi.core.config   
 

Uses of Configurator in org.norther.tammi.core.config
 

Subinterfaces of Configurator in org.norther.tammi.core.config
 interface PropertyConfigurator
          StreamConfigurator supporting configuration from a property file.
 interface StreamConfigurator
          Extends Configurator by supporting configuration from a stream source.
 interface XMLConfigurator
          StreamConfigurator supporting configuration from an XML stream.
 

Classes in org.norther.tammi.core.config that implement Configurator
 class AbstractStreamConfigurator
          An abstract implementation of StreamConfigurator.
 class DefaultConfigurator
          A default implementation of Configurator.
 class DefaultPropertyConfigurator
          A default implementation of PropertyConfigurator supporting multi-valued properties in separate lines by default.
 class DefaultXMLConfigurator
          A default implementation of XMLConfigurator.
 



Copyright © 2004 The Norther Organization. All rights reserved.