Package | Description |
---|---|
org.picocontainer |
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
|
org.picocontainer.classname | |
org.picocontainer.containers |
Containers are the main user entry point for PicoContainer.
|
Class and Description |
---|
EmptyPicoContainer
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 not
|
ImmutablePicoContainer
wrap pico container to achieve immutability
Typically its used to mock a parent container.
|
Class and Description |
---|
AbstractDelegatingMutablePicoContainer
abstract base class for delegating to mutable containers
|
AbstractDelegatingPicoContainer
Abstract base class for immutable delegation to a PicoContainer
|
Class and Description |
---|
AbstractDelegatingPicoContainer
Abstract base class for immutable delegation to a PicoContainer
|
CommandLinePicoContainer
CommandLineArgumentsPicoContainer configured itself from array of strings
which are most likely coming in as command line arguments
|
PropertiesPicoContainer
immutable pico container constructed from properties.
|
PropertiesPicoContainerTestCase.Dependant |
PropertiesPicoContainerTestCase.Dependency |
TieringPicoContainerTestCase.Couch |
TieringPicoContainerTestCase.Polite |
TieringPicoContainerTestCase.TiredPerson |
Copyright © 2003–2015 Codehaus. All rights reserved.