Package org.eclipse.net4j.util.container
Schnittstelle IManagedContainerFactory
- Alle Superschnittstellen:
IFactory
,IManagedContainer.ContainerAware
An extension of the
IFactory
protocol that provides an
awareness of the container that instantiated it, so that the
factory may reach back into that container for dependencies.- Seit:
- 3.3
- Autor:
- Christian W. Damus (CEA), Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungObtains the container that I should use to get my dependencies.Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.factory.IFactory
create, getDescriptionFor, getKey
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.container.IManagedContainer.ContainerAware
setManagedContainer
-
Methodendetails
-
getManagedContainer
IManagedContainer getManagedContainer()Obtains the container that I should use to get my dependencies.
-