Package org.picocontainer.containers
package org.picocontainer.containers
Containers are the main user entry point for PicoContainer. Implementations with behaviors not used in DefaultPicoContainer are in this package
-
ClassesClassDescriptionabstract base class for delegating to mutable containersAbstract base class for immutable delegation to a PicoContainerDeprecated.CommandLineArgumentsPicoContainer configured itself from array of strings which are most likely coming in as command line argumentsCompositePicoContainer takes a var-args list of containers and will query them in turn for getComponent(*) and getComponentAdapter(*) requests.Empty pico container serving as recoil damper in situations where you do not like to check whether container reference supplied to you is null or notwrap pico container to achieve immutability Typically its used to mock a parent container.immutable pico container constructed from properties.A container backed by system properties (is a PropertiesPicoContainer)
CommandLinePicoContainer
instead.