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

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

Classes in org.apache.avalon.repository.main that implement Builder
 class DefaultBuilder
          Application and component bootstrapper used to instantiate, and or invoke Classes and their methods within newly constructed Repository ClassLoaders.
 

Methods in org.apache.avalon.repository.main that return Builder
 Builder DefaultInitialContext.newBuilder(Artifact artifact)
          Create a factory builder using a supplied artifact.
 Builder DefaultInitialContext.newBuilder(ClassLoader classloader, Artifact artifact)
          Create a factory builder using a supplied artifact.
 

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

Methods in org.apache.avalon.repository.provider that return Builder
 Builder InitialContext.newBuilder(Artifact artifact)
          Create a factory builder using a supplied artifact.
 Builder InitialContext.newBuilder(ClassLoader classloader, Artifact artifact)
          Create a factory builder using a supplied artifact.
 



Copyright © The Apache Software Foundation. All Rights Reserved.