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

Packages that use Factory
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 Factory in org.apache.avalon.repository.impl
 

Classes in org.apache.avalon.repository.impl that implement Factory
 class DefaultFactory
          The default repository factory implementation.
 

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

Methods in org.apache.avalon.repository.main that return Factory
 Factory DefaultInitialContext.getInitialFactory()
          Return the initial repository factory.
 Factory DefaultBuilder.getFactory()
          Return the factory established by the loader.
protected  Factory AbstractBuilder.createDelegate(ClassLoader classloader, String factory, InitialContext context)
          Create a factory delegate using a supplied class and command line arguemnts.
 

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

Methods in org.apache.avalon.repository.provider that return Factory
 Factory InitialContext.getInitialFactory()
          Return the initial repository factory.
 Factory Builder.getFactory()
          Return the factory established by the builder.
 



Copyright © Apache Software Foundation. All Rights Reserved.