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.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.
 

Methods in org.apache.avalon.repository.impl that return Repository
 Repository DefaultCacheManager.createRepository()
          Creation of a new repository handler using teh default hosts.
 Repository DefaultCacheManager.createRepository(String[] hosts)
          Creation of a new repository handler.
 

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

Methods in org.apache.avalon.repository.provider that return Repository
 Repository CacheManager.createRepository()
          Creation of a new repository handler using the default hosts.
 Repository CacheManager.createRepository(String[] hosts)
          Creation of a new repository handler.
 



Copyright © Apache Software Foundation. All Rights Reserved.