Uses of Interface
org.apache.avalon.activation.appliance.ApplianceRepository

Packages that use ApplianceRepository
org.apache.avalon.activation.appliance The appliance package contains interfaces, utilities and default implementations defining and enabling use of the central Appliance interface.  
org.apache.avalon.activation.appliance.impl The appliance.impl package contains the default implementations defining and enabling use of the central Appliance interface.  
 

Uses of ApplianceRepository in org.apache.avalon.activation.appliance
 

Methods in org.apache.avalon.activation.appliance that return ApplianceRepository
 ApplianceRepository BlockContext.getApplianceRepository()
          Returns the appliance repository assigned to the block.
 

Uses of ApplianceRepository in org.apache.avalon.activation.appliance.impl
 

Methods in org.apache.avalon.activation.appliance.impl that return ApplianceRepository
 ApplianceRepository DefaultBlockContext.getApplianceRepository()
          Returns the parent appliance repository.
 

Constructors in org.apache.avalon.activation.appliance.impl with parameters of type ApplianceRepository
DefaultBlockContext(Logger logger, ContainmentModel model, DependencyGraph graph, ServiceContext context, Engine engine, ApplianceRepository repository)
          Creation of a new block context.
 



Copyright © Apache Software Foundation. All Rights Reserved.