Uses of Class
org.apache.avalon.repository.RepositoryException

Packages that use RepositoryException
org.apache.avalon.repository The repository api package defines the repository service contract.  
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.meta The repository meta package defines a set of descriptors dealing with specific meta classes. 
org.apache.avalon.repository.provider The repository provider package defines a set of interfaces used by implementation providers. 
org.apache.avalon.repository.util The repository util package contains a number of utility classes shared between the main bootstrap system and the default repository implementation. 
 

Uses of RepositoryException in org.apache.avalon.repository
 

Methods in org.apache.avalon.repository that throw RepositoryException
 Attributes Repository.getAttributes(Artifact artifact)
          Return the metadata of an artifact as attributes.
 URL Repository.getResource(Artifact artifact)
          Get a resource url relative to the supplied artifact.
 ClassLoader Repository.getClassLoader(Artifact artifact)
          Creates a ClassLoader chain returning the lowest ClassLoader containing the jar artifact in the loader's path.
 ClassLoader Repository.getClassLoader(ClassLoader parent, Artifact artifact)
          Creates a ClassLoader chain returning the lowest ClassLoader containing the jar artifact in the loader's path.
 

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

Methods in org.apache.avalon.repository.impl that throw RepositoryException
 Attributes DefaultRepository.getAttributes(Artifact artifact)
          Return the metadata attribututes associated with an artifact.
 URL DefaultRepository.getResource(Artifact artifact)
          Get a resource url relative to the supplied artifact.
 ClassLoader DefaultRepository.getClassLoader(Artifact artifact)
          Returns a classloader based on the metadata associated with a supplied artifact.
 ClassLoader DefaultRepository.getClassLoader(ClassLoader parent, Artifact artifact)
          Returns a classloader based on the metadata associated with a supplied artifact.
 BlockManifest DefaultCacheManager.install(URL url, StringBuffer buffer)
          Install a block archive into the repository.
 

Constructors in org.apache.avalon.repository.impl that throw RepositoryException
DefaultRepositoryCriteria(InitialContext context)
          Creation of a new criteria.
 

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

Methods in org.apache.avalon.repository.main that throw RepositoryException
protected  Class AbstractBuilder.loadFactoryClass(ClassLoader classloader, String factory)
          Load a factory class using a supplied classloader and factory classname.
protected  Factory AbstractBuilder.createDelegate(ClassLoader classloader, String factory, InitialContext context)
          Create a factory delegate using a supplied class and command line arguemnts.
 

Constructors in org.apache.avalon.repository.main that throw RepositoryException
DefaultInitialContext()
          Creates an initial repository context.
DefaultInitialContext(File cache)
          Creates an initial repository context.
DefaultInitialContext(String[] hosts)
          Creates an initial repository context.
DefaultInitialContext(File cache, String[] hosts)
          Creates an initial repository context.
DefaultInitialContext(Artifact artifact, File cache, String[] hosts)
          Creates an initial repository context.
DefaultInitialContext(File base, ClassLoader loader, Artifact artifact, File cache, String[] hosts)
          Creates an initial repository context.
 

Uses of RepositoryException in org.apache.avalon.repository.meta
 

Subclasses of RepositoryException in org.apache.avalon.repository.meta
 class MetaException
          Exception to indicate that there was a repository related meta error.
 

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

Methods in org.apache.avalon.repository.provider that throw RepositoryException
 BlockManifest CacheManager.install(URL url, StringBuffer buffer)
          Install a block archive into the repository.
 

Uses of RepositoryException in org.apache.avalon.repository.util
 

Methods in org.apache.avalon.repository.util that throw RepositoryException
static Attributes RepositoryUtils.getAttributes(String[] repositories, Artifact artifact)
          Gets the Attribues in a remote artifact.
static Attributes RepositoryUtils.getAttributes(File cache, Artifact artifact)
          Gets the Attribues from the cache.
static Properties RepositoryUtils.getProperties(File cache, Artifact artifact)
          Gets the Properties in the local cache.
static Properties RepositoryUtils.getProperties(String[] repositories, Artifact artifact)
          Gets the Properties in a remote properties file.
static URL LoaderUtils.getResource(Artifact artifact, String[] repositories, File root, boolean timestamping)
          Attempts to download and cache a remote artifact trying a set of remote repositories.
static URL LoaderUtils.getResource(Artifact artifact, String mime, String[] repositories, File root, boolean timestamping)
          Attempts to download and cache a remote artifact trying a set of remote repositories.
 



Copyright © Apache Software Foundation. All Rights Reserved.