org.picocontainer.containers
Class SystemPropertiesPicoContainer

java.lang.Object
  extended by org.picocontainer.containers.AbstractDelegatingPicoContainer
      extended by org.picocontainer.containers.PropertiesPicoContainer
          extended by org.picocontainer.containers.SystemPropertiesPicoContainer
All Implemented Interfaces:
Serializable, Converting, PicoContainer

public class SystemPropertiesPicoContainer
extends PropertiesPicoContainer

A container backed by system properties (is a PropertiesPicoContainer)

Author:
Konstantin Pribluda
See Also:
Serialized Form

Constructor Summary
SystemPropertiesPicoContainer()
           
SystemPropertiesPicoContainer(PicoContainer parent)
           
 
Method Summary
 
Methods inherited from class org.picocontainer.containers.PropertiesPicoContainer
setName
 
Methods inherited from class org.picocontainer.containers.AbstractDelegatingPicoContainer
accept, equals, getComponent, getComponent, getComponent, getComponent, getComponentAdapter, getComponentAdapter, getComponentAdapter, getComponentAdapters, getComponentAdapters, getComponentAdapters, getComponents, getComponents, getConverters, getDelegate, getParent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemPropertiesPicoContainer

public SystemPropertiesPicoContainer()

SystemPropertiesPicoContainer

public SystemPropertiesPicoContainer(PicoContainer parent)


Copyright © 2003-2010 Codehaus. All Rights Reserved.