Uses of Interface
org.apache.avalon.repository.provider.InitialContext

Packages that use InitialContext
org.apache.avalon.repository.impl The repository impl package is the repository api reference implementation.  
org.apache.avalon.repository.main The repository main package is the main end-user deliverable providing support for the deynamic resolution and pluging-in of an repository implementation compliance with the Repository SPI Specification. 
 

Uses of InitialContext in org.apache.avalon.repository.impl
 

Constructors in org.apache.avalon.repository.impl with parameters of type InitialContext
DefaultRepositoryCriteria(InitialContext context)
          Creation of a new criteria.
DefaultFactory(InitialContext context)
          Creation of a new default repository manager factory.
 

Uses of InitialContext in org.apache.avalon.repository.main
 

Classes in org.apache.avalon.repository.main that implement InitialContext
 class DefaultInitialContext
          Sets up the environment to create repositories by downloading the required jars, preparing a ClassLoader and delegating calls to repository factory methods using the newly configured ClassLoader.
 

Methods in org.apache.avalon.repository.main with parameters of type InitialContext
protected  Factory AbstractBuilder.createDelegate(ClassLoader classloader, String factory, InitialContext context)
          Create a factory delegate using a supplied class and command line arguemnts.
 

Constructors in org.apache.avalon.repository.main with parameters of type InitialContext
DefaultBuilder(InitialContext context, Artifact artifact)
          Creates a DefaultBuilder for a specific target application.
DefaultBuilder(InitialContext context, ClassLoader classloader, Artifact artifact)
          Creates a DefaultBuilder for a specific target application.
 



Copyright © Apache Software Foundation. All Rights Reserved.