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

Packages that use Repository
org.apache.avalon.composition.model The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. 
org.apache.avalon.composition.model.impl The model package contains a series of classes that leverage the new meta data model.  
org.apache.avalon.merlin.kernel The kernel package defines a top-level Kernel interfaces.  
org.apache.avalon.merlin.kernel.impl The kernel package defines a top level Kernel implementation that serves as a host to a set of blocks.  
org.apache.avalon.repository.impl The repository impl package contains an implementation of a file based repository.  
 

Uses of Repository in org.apache.avalon.composition.model
 

Methods in org.apache.avalon.composition.model that return Repository
 Repository SystemContext.getRepository()
          Return the system wide repository from which resource directives can be resolved.
 Repository ClassLoaderContext.getRepository()
          Return the local repository.
 

Uses of Repository in org.apache.avalon.composition.model.impl
 

Methods in org.apache.avalon.composition.model.impl that return Repository
 Repository DefaultSystemContext.getRepository()
          Return the system wide repository from which resource directives can be resolved.
 Repository DefaultClassLoaderContext.getRepository()
          Return the system context.
 

Constructors in org.apache.avalon.composition.model.impl with parameters of type Repository
DefaultSystemContext(LoggingManager logging, File base, File home, File temp, Repository repository, String category, boolean trace)
          Creation of a new system context.
DefaultClassLoaderContext(Logger logger, Repository repository, File base, ClassLoader parent, ClassLoaderDirective directive)
          Creation of a root classloader context.
DefaultClassLoaderContext(Logger logger, Repository repository, File base, ClassLoader parent, OptionalPackage[] packages, ExtensionManager manager, TypeRepository types, ServiceRepository services, ClassLoaderDirective directive, URL[] implied)
          Creation of a new classloader context.
 

Uses of Repository in org.apache.avalon.merlin.kernel
 

Methods in org.apache.avalon.merlin.kernel that return Repository
 Repository KernelContext.getRepository()
          Return the runtime repository.
 

Uses of Repository in org.apache.avalon.merlin.kernel.impl
 

Methods in org.apache.avalon.merlin.kernel.impl that return Repository
 Repository DefaultKernelContext.getRepository()
          Return the runtime repository.
 

Constructors in org.apache.avalon.merlin.kernel.impl with parameters of type Repository
DefaultKernelContext(Repository bootstrap, File user, File library, File home, URL kernel, URL[] blocks, URL config, boolean server, boolean info, boolean debug)
          Creation of a new default kernel context.
CLIKernelLoader(Repository system, String[] args)
          Creation of a new kernel loader.
 

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

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



Copyright © Apache Software Foundation. All Rights Reserved.