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

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

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

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

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

Methods in org.norther.tammi.core.config that return StreamConfigurator
protected  StreamConfigurator MBeanConfig.getConfigurator(String path)
          Gets the referent of the configurator MBean for the specified path.
 



Copyright © 2004 The Norther Organization. All rights reserved.