Uses of Interface
org.apache.avalon.repository.Repository

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

Classes in org.apache.avalon.repository.impl that implement Repository
 class DefaultRepository
          A component that provides access to versioned resources based on an underlying file system.
 

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

Methods in org.apache.avalon.repository.main that return Repository
 Repository DefaultInitialContext.getRepository()
          Return the inital repository.
 

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

Methods in org.apache.avalon.repository.provider that return Repository
 Repository InitialContext.getRepository()
          Return the repository.
 



Copyright © The Apache Software Foundation. All Rights Reserved.