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

Packages that use InitialContext
org.apache.avalon.repository.cli 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. 
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. 
org.apache.avalon.repository.provider The repository provider package defines a set of interfaces used by implementation providers. 
 

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

Constructors in org.apache.avalon.repository.cli with parameters of type InitialContext
RepositoryVerifier(InitialContext context)
          Creation of a new repository verifier.
Main(InitialContext context, org.apache.commons.cli.CommandLine line)
          Creation of a new kernel cli handler.
 

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 that return InitialContext
 InitialContext DefaultInitialContextFactory.createInitialContext()
          Creation of an inital context based on the system and working directory, parent classloader, repository cache manager implementation artifact, cache directory, and remote hosts sequence supplied to the factory.
 

Methods in org.apache.avalon.repository.main with parameters of type InitialContext
protected  Factory AbstractBuilder.createDelegate(ClassLoader classloader, Class clazz, 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.
 

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

Methods in org.apache.avalon.repository.provider that return InitialContext
 InitialContext InitialContextFactory.createInitialContext()
          Creation of an inital context based on the system and working directory, parent classloader, repository cache manager implementation artifact, cache directory, and remote hosts sequence supplied to the factory.
 



Copyright © The Apache Software Foundation. All Rights Reserved.