Uses of Interface
to.etc.iocular.container.BuildPlan

Packages that use BuildPlan
to.etc.iocular.def   
 

Uses of BuildPlan in to.etc.iocular.def
 

Classes in to.etc.iocular.def that implement BuildPlan
 class AbstractBuildPlan
          Internal abstract base for most build plans.
 class BuildPlanForConstructor
          A build plan to call a constructor.
 class BuildPlanForContainerParameter
          A build plan definition to obtain a parameter-based object from a container.
 class BuildPlanForStaticFactory
           
 

Methods in to.etc.iocular.def that return BuildPlan
 BuildPlan ComponentRef.getBuildPlan()
           
 BuildPlan ComponentDef.getBuildPlan()
          Return the precompiled build plan for this component.