A B C D E F G H I K L M N O P R S T V

A

API_KEY - Static variable in class org.apache.avalon.repository.meta.FactoryDescriptor
 
AVALON_PROPERTIES - Static variable in class org.apache.avalon.repository.main.DefaultInitialContext
The name of the properties file to be searched for confiuration properties.
AbstractBuilder - class org.apache.avalon.repository.main.AbstractBuilder.
Application and component bootstrapper used to instantiate, and or invoke Classes and their methods within newly constructed Repository ClassLoaders.
AbstractBuilder() - Constructor for class org.apache.avalon.repository.main.AbstractBuilder
 
AbstractURLConnection - class org.apache.avalon.repository.AbstractURLConnection.
Abstract artifact URL protocol handler.
Artifact - class org.apache.avalon.repository.Artifact.
Defintion of a artifact that maintains a relative url to some nominally remote file together with a set of assigned properties.
ArtifactDescriptor - class org.apache.avalon.repository.meta.ArtifactDescriptor.
An abstract descriptor holds attributes about an artifact.
ArtifactDescriptor(Attributes) - Constructor for class org.apache.avalon.repository.meta.ArtifactDescriptor
Creates a new Meta descriptor.
ArtifactHandler - class org.apache.avalon.repository.ArtifactHandler.
Repository URL protocol handler.
ArtifactHandler() - Constructor for class org.apache.avalon.repository.ArtifactHandler
 
ArtifactURLConnection - class org.apache.avalon.repository.ArtifactURLConnection.
Repository URL protocol handler.

B

BLOCK_GROUP_KEY - Static variable in class org.apache.avalon.repository.main.DefaultInitialContext
Group identifier manifest key.
BLOCK_GROUP_KEY - Static variable in interface org.apache.avalon.repository.provider.BlockManifest
Group identifier manifest key.
BLOCK_NAME_KEY - Static variable in interface org.apache.avalon.repository.provider.BlockManifest
Name identifier manifest key.
BLOCK_VERSION_KEY - Static variable in interface org.apache.avalon.repository.provider.BlockManifest
Version identifier manifest key.
BUILD_KEY - Static variable in class org.apache.avalon.repository.meta.ArtifactDescriptor
 
BlockHandler - class org.apache.avalon.repository.BlockHandler.
Repository URL protocol handler.
BlockHandler() - Constructor for class org.apache.avalon.repository.BlockHandler
 
BlockManifest - interface org.apache.avalon.repository.provider.BlockManifest.
A block manifest that provides a set of convinience operations to access block related attributes.
BlockURLConnection - class org.apache.avalon.repository.BlockURLConnection.
Repository URL protocol handler.
Builder - interface org.apache.avalon.repository.provider.Builder.
The defintion of an application builder.

C

CACHE_KEY - Static variable in interface org.apache.avalon.repository.provider.InitialContext
The property key used when resolving the default cache directory.
CacheManager - interface org.apache.avalon.repository.provider.CacheManager.
A service that provides write access to a cache and support for repository creation.
CascadingIOException - exception org.apache.avalon.repository.CascadingIOException.
Exception to indicate that there was a IO exception.
CascadingIOException(String) - Constructor for class org.apache.avalon.repository.CascadingIOException
Construct a new ApplianceException instance.
CascadingIOException(String, Throwable) - Constructor for class org.apache.avalon.repository.CascadingIOException
Construct a new ApplianceException instance.
connect() - Method in class org.apache.avalon.repository.AbstractURLConnection
Null implementation of the conect protocol.
convertToURL(String) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Convert a path to a url.
convertToURLs(String[]) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Convert a set of host path statements to formal urls.
create() - Method in class org.apache.avalon.repository.impl.DefaultFactory
Create a new instance of a repository administrator using the default parameters.
create(Map) - Method in class org.apache.avalon.repository.impl.DefaultFactory
Create a new instance of a repository using the supplied parameters.
create() - Method in interface org.apache.avalon.repository.provider.Factory
Create a new instance of an application.
create(Map) - Method in interface org.apache.avalon.repository.provider.Factory
Create a new instance of an application.
createArtifact(String) - Static method in class org.apache.avalon.repository.Artifact
 
createArtifact(String, String, String) - Static method in class org.apache.avalon.repository.Artifact
 
createArtifact(String, String, String, String) - Static method in class org.apache.avalon.repository.Artifact
 
createDefaultCriteria() - Method in class org.apache.avalon.repository.impl.DefaultFactory
Create a new instance of the default criteria.
createDefaultCriteria() - Method in interface org.apache.avalon.repository.provider.Factory
Return a new instance of default criteria for the factory.
createDelegate(ClassLoader, Class, InitialContext) - Method in class org.apache.avalon.repository.main.AbstractBuilder
Create a factory delegate using a supplied class and command line arguemnts.
createImplementationArtifact(ClassLoader, File, String, String) - Static method in class org.apache.avalon.repository.main.DefaultBuilder
Resolve the default implementation taking into account local and home properties, and application defaults.
createImplementationArtifact(ClassLoader, File, File, String, String) - Static method in class org.apache.avalon.repository.main.DefaultBuilder
Resolve the default implementation taking into account local and home properties, and application defaults.
createRepository() - Method in class org.apache.avalon.repository.impl.DefaultCacheManager
Creation of a new repository handler using teh default hosts.
createRepository(String[]) - Method in class org.apache.avalon.repository.impl.DefaultCacheManager
Creation of a new repository handler.
createRepository() - Method in interface org.apache.avalon.repository.provider.CacheManager
Creation of a new repository handler using the default hosts.
createRepository(String[]) - Method in interface org.apache.avalon.repository.provider.CacheManager
Creation of a new repository handler.

D

DEFAULTS - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
The name of the static defaults property resource.
DOMAIN_KEY - Static variable in class org.apache.avalon.repository.meta.ArtifactDescriptor
 
DefaultAuthenticator - class org.apache.avalon.repository.impl.DefaultAuthenticator.
Default authenticator that provides support for username password based authentication in conjunction with the repository proxy settings.
DefaultAuthenticator(String, String) - Constructor for class org.apache.avalon.repository.impl.DefaultAuthenticator
Creation of a new simple authenticator.
DefaultBlockManifest - class org.apache.avalon.repository.impl.DefaultBlockManifest.
An extended manifest that provides a set of convinience operations to access block related attributes.
DefaultBlockManifest(Manifest) - Constructor for class org.apache.avalon.repository.impl.DefaultBlockManifest
Creation of a new block manifest
DefaultBuilder - class org.apache.avalon.repository.main.DefaultBuilder.
Application and component bootstrapper used to instantiate, and or invoke Classes and their methods within newly constructed Repository ClassLoaders.
DefaultBuilder(InitialContext, Artifact) - Constructor for class org.apache.avalon.repository.main.DefaultBuilder
Creates a DefaultBuilder for a specific target application.
DefaultBuilder(InitialContext, ClassLoader, Artifact) - Constructor for class org.apache.avalon.repository.main.DefaultBuilder
Creates a DefaultBuilder for a specific target application.
DefaultCacheManager - class org.apache.avalon.repository.impl.DefaultCacheManager.
A component that provides access to versioned resources based on an underlying file system.
DefaultCacheManager(File, ProxyContext, String[]) - Constructor for class org.apache.avalon.repository.impl.DefaultCacheManager
Creation of a new cache manager.
DefaultCacheManagerMBean - interface org.apache.avalon.repository.impl.DefaultCacheManagerMBean.
A service that provides write access to a cache and support for repository creation.
DefaultFactory - class org.apache.avalon.repository.impl.DefaultFactory.
The default repository factory implementation.
DefaultFactory(InitialContext) - Constructor for class org.apache.avalon.repository.impl.DefaultFactory
Creation of a new default repository manager factory.
DefaultInitialContext - class org.apache.avalon.repository.main.DefaultInitialContext.
Sets up the environment to create repositories by downloading the required jars, preparing a ClassLoader and delegating calls to repository factory methods using the newly configured ClassLoader.
DefaultInitialContext() - Constructor for class org.apache.avalon.repository.main.DefaultInitialContext
Creates an initial repository context.
DefaultInitialContext(File) - Constructor for class org.apache.avalon.repository.main.DefaultInitialContext
Creates an initial repository context.
DefaultInitialContext(String[]) - Constructor for class org.apache.avalon.repository.main.DefaultInitialContext
Creates an initial repository context.
DefaultInitialContext(File, String[]) - Constructor for class org.apache.avalon.repository.main.DefaultInitialContext
Creates an initial repository context.
DefaultInitialContext(Artifact, File, String[]) - Constructor for class org.apache.avalon.repository.main.DefaultInitialContext
Creates an initial repository context.
DefaultInitialContext(File, ClassLoader, Artifact, File, String[]) - Constructor for class org.apache.avalon.repository.main.DefaultInitialContext
Creates an initial repository context.
DefaultRepository - class org.apache.avalon.repository.impl.DefaultRepository.
A component that provides access to versioned resources based on an underlying file system.
DefaultRepository(CacheManager, String[]) - Constructor for class org.apache.avalon.repository.impl.DefaultRepository
Creation of a new instance of the default repository.
DefaultRepositoryCriteria - class org.apache.avalon.repository.impl.DefaultRepositoryCriteria.
A Criteria is a class holding the values supplied by a user for application to a factory.
DefaultRepositoryCriteria(InitialContext) - Constructor for class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
Creation of a new criteria.

E

equals(Object) - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
Test is the supplied object is equal to this object.

F

FACTORY_KEY - Static variable in class org.apache.avalon.repository.meta.FactoryDescriptor
 
Factory - interface org.apache.avalon.repository.provider.Factory.
A generic application factory.
FactoryDescriptor - class org.apache.avalon.repository.meta.FactoryDescriptor.
A RelationalDescriptor represents a set of metadata describing the structural relationships that an artifact has on other artifacts.
FactoryDescriptor(Attributes) - Constructor for class org.apache.avalon.repository.meta.FactoryDescriptor
Creates a new RelationalDescriptor.

G

GROUP_KEY - Static variable in class org.apache.avalon.repository.Artifact
 
getAsAttributes(Properties) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Transforms a Properties into a Attributes using a simple enumeration convention for property names which appends a numeric enumeration name component to the dotted property key.
getAttributes(Artifact) - Method in interface org.apache.avalon.repository.Repository
Return the metadata of an artifact as attributes.
getAttributes(Artifact) - Method in class org.apache.avalon.repository.impl.DefaultRepository
Return the metadata attribututes associated with an artifact.
getAttributes(String[], Artifact) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Gets the Attribues in a remote artifact.
getAttributes(File, Artifact) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Gets the Attribues from the cache.
getAuthenticator() - Method in class org.apache.avalon.repository.impl.ProxyContext
Returns the proxy authenticator.
getAvalonHome() - Static method in class org.apache.avalon.repository.main.DefaultInitialContext
Return the Avalon system common directory.
getBase() - Method in class org.apache.avalon.repository.Artifact
Return the base path to the artifact.
getBlockGroup() - Method in class org.apache.avalon.repository.impl.DefaultBlockManifest
 
getBlockGroup() - Method in interface org.apache.avalon.repository.provider.BlockManifest
Get the name of the group that the block is a part of.
getBlockName() - Method in class org.apache.avalon.repository.impl.DefaultBlockManifest
 
getBlockName() - Method in interface org.apache.avalon.repository.provider.BlockManifest
Get the name the block.
getBlockVersion() - Method in class org.apache.avalon.repository.impl.DefaultBlockManifest
 
getBlockVersion() - Method in interface org.apache.avalon.repository.provider.BlockManifest
Get the version of the block.
getBuild() - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
Return the build identifier
getCacheDirectory() - Method in class org.apache.avalon.repository.impl.DefaultCacheManager
Return cache root directory.
getCacheDirectory() - Method in interface org.apache.avalon.repository.impl.DefaultCacheManagerMBean
Return cache root directory.
getCacheDirectory() - Method in interface org.apache.avalon.repository.provider.CacheManager
Return cache root directory.
getCause() - Method in class org.apache.avalon.repository.CascadingIOException
Return the cause of the exception.
getCause() - Method in class org.apache.avalon.repository.RepositoryException
Return the causal exception.
getCause() - Method in class org.apache.avalon.repository.RepositoryRuntimeException
Return the causal exception.
getClassLoader(Artifact) - Method in interface org.apache.avalon.repository.Repository
Creates a ClassLoader chain returning the lowest ClassLoader containing the jar artifact in the loader's path.
getClassLoader(ClassLoader, Artifact) - Method in interface org.apache.avalon.repository.Repository
Creates a ClassLoader chain returning the lowest ClassLoader containing the jar artifact in the loader's path.
getClassLoader(Artifact) - Method in class org.apache.avalon.repository.impl.DefaultRepository
Returns a classloader based on the metadata associated with a supplied artifact.
getClassLoader(ClassLoader, Artifact) - Method in class org.apache.avalon.repository.impl.DefaultRepository
Returns a classloader based on the metadata associated with a supplied artifact.
getClassLoader() - Method in class org.apache.avalon.repository.main.DefaultBuilder
Gets the ClassLoader used by this Bootstrapper.
getClassLoader() - Method in interface org.apache.avalon.repository.provider.Builder
Gets the ClassLoader used by this builder.
getCleanPaths(String[]) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
For a given set of host paths, returns an equivalent set ensuring that the path ends with the "/" character.
getContent(Class[]) - Method in class org.apache.avalon.repository.AbstractURLConnection
Return the Artifact specified by this URL.
getContent(String) - Method in class org.apache.avalon.repository.AbstractURLConnection
Return the Artifact specified by this URL.
getContent() - Method in class org.apache.avalon.repository.ArtifactURLConnection
Return the Artifact specified by this URL.
getContent(String) - Method in class org.apache.avalon.repository.ArtifactURLConnection
Return the Artifact specified by this URL.
getContent() - Method in class org.apache.avalon.repository.BlockURLConnection
Return the Artifact specified by this URL.
getDefaultHosts() - Method in class org.apache.avalon.repository.impl.DefaultCacheManager
Return the default hosts.
getDefaultPort() - Method in class org.apache.avalon.repository.ArtifactHandler
 
getDefaultPort() - Method in class org.apache.avalon.repository.BlockHandler
 
getDelimited(char, String) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
 
getDependencies(String) - Method in class org.apache.avalon.repository.meta.FactoryDescriptor
Return the implementation dependencies
getDependencies() - Method in class org.apache.avalon.repository.meta.FactoryDescriptor
 
getDomain() - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
Return the meta data domain value.
getEnumeratedBase(String) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Gets the key base of an enumerated property using the multivalued property key naming convention.
getFactory() - Method in class org.apache.avalon.repository.main.DefaultBuilder
Return the factory established by the loader.
getFactory() - Method in class org.apache.avalon.repository.meta.FactoryDescriptor
Return the factory classname.
getFactory() - Method in interface org.apache.avalon.repository.provider.Builder
Return the factory established by the builder.
getFactoryClass() - Method in class org.apache.avalon.repository.main.DefaultBuilder
Return the primary class established by the builder.
getFactoryClass() - Method in interface org.apache.avalon.repository.provider.Builder
Return the primary class established by the builder.
getFilename() - Method in class org.apache.avalon.repository.Artifact
Return the filename of the artifact.
getGroup() - Method in class org.apache.avalon.repository.Artifact
Return the group identifier for this artifact.
getHost() - Method in class org.apache.avalon.repository.impl.ProxyContext
Returns the proxy host name.
getInitialCacheDirectory() - Method in class org.apache.avalon.repository.main.DefaultInitialContext
Return cache root directory.
getInitialCacheDirectory() - Method in interface org.apache.avalon.repository.provider.InitialContext
Return cache root directory.
getInitialFactory() - Method in class org.apache.avalon.repository.main.DefaultInitialContext
Return the initial repository factory.
getInitialFactory() - Method in interface org.apache.avalon.repository.provider.InitialContext
Return the initial repository factory.
getInitialHosts() - Method in class org.apache.avalon.repository.main.DefaultInitialContext
Return the initial set of host names.
getInitialHosts() - Method in interface org.apache.avalon.repository.provider.InitialContext
Return the initial set of host names.
getInitialWorkingDirectory() - Method in class org.apache.avalon.repository.main.DefaultInitialContext
Return the base working directory.
getInitialWorkingDirectory() - Method in interface org.apache.avalon.repository.provider.InitialContext
Return the base working directory.
getName() - Method in class org.apache.avalon.repository.Artifact
Return the name of this artifact.
getPasswordAuthentication() - Method in class org.apache.avalon.repository.impl.DefaultAuthenticator
Returns the password authenticator.
getPath() - Method in class org.apache.avalon.repository.Artifact
Gets the artifact path.
getPort() - Method in class org.apache.avalon.repository.impl.ProxyContext
Returns the proxy port number.
getProperties(File, Artifact) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Gets the Properties in the local cache.
getProperties(String[], Artifact) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Gets the Properties in a remote properties file.
getProperties(URL) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Gets the Properties in a remote properties file.
getQueryField(URL, String, String) - Method in class org.apache.avalon.repository.AbstractURLConnection
Utility method to return the value of a field within the url query.
getResource(Artifact) - Method in interface org.apache.avalon.repository.Repository
Get a resource url relative to the supplied artifact.
getResource(Artifact) - Method in class org.apache.avalon.repository.impl.DefaultRepository
Get a resource url relative to the supplied artifact.
getResource(Artifact, String[], File, boolean) - Static method in class org.apache.avalon.repository.util.LoaderUtils
Attempts to download and cache a remote artifact trying a set of remote repositories.
getResource(Artifact, String, String[], File, boolean) - Static method in class org.apache.avalon.repository.util.LoaderUtils
Attempts to download and cache a remote artifact trying a set of remote repositories.
getResource(String, File, boolean) - Static method in class org.apache.avalon.repository.util.LoaderUtils
Retrieve a remote file.
getSpecification() - Method in class org.apache.avalon.repository.Artifact
Gets the artifact specification for this Artifact in the form [:][;].
getType() - Method in class org.apache.avalon.repository.Artifact
Return the artifact type.
getURL() - Method in class org.apache.avalon.repository.Artifact
Gets the relative artifact URL.
getURL(String) - Method in class org.apache.avalon.repository.Artifact
Gets the URL to the artifact given a base URL for a remote repository.
getValue(Attributes, String) - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
 
getVersion(URL) - Method in class org.apache.avalon.repository.AbstractURLConnection
Utility method to return the version field with the url query.
getVersion() - Method in class org.apache.avalon.repository.Artifact
Return the artifact version.
getVersion() - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
Return the meta data version

H

HOSTS_KEY - Static variable in interface org.apache.avalon.repository.provider.InitialContext
The property key used when evaluating the default remote hosts.
hashCode() - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
Return the hashcode for the object.

I

IMP_KEY - Static variable in class org.apache.avalon.repository.meta.FactoryDescriptor
 
InitialContext - interface org.apache.avalon.repository.provider.InitialContext.
The initial context established by an initial repository factory.
install(URL, StringBuffer) - Method in class org.apache.avalon.repository.impl.DefaultCacheManager
Install a block archive into the repository.
install(URL) - Method in class org.apache.avalon.repository.main.DefaultInitialContext
Install a block archive into the repository.
install(URL, StringBuffer) - Method in interface org.apache.avalon.repository.provider.CacheManager
Install a block archive into the repository.
install(URL) - Method in interface org.apache.avalon.repository.provider.InitialContext
Install a block archive into the repository.
isEnumerated(String) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Detects whether or not a property key is of the multivalued enumeration kind.

K

KEY - Static variable in interface org.apache.avalon.repository.Repository
The context resolution key.

L

LINE - Static variable in interface org.apache.avalon.repository.provider.InitialContext
 
LoaderUtils - class org.apache.avalon.repository.util.LoaderUtils.
Utility class supporting downloading of resources based on artifact references.
LoaderUtils() - Constructor for class org.apache.avalon.repository.util.LoaderUtils
 
loadFactoryClass(ClassLoader, String) - Method in class org.apache.avalon.repository.main.AbstractBuilder
Load a factory class using a supplied classloader and factory classname.

M

META - Static variable in class org.apache.avalon.repository.util.RepositoryUtils
meta extension tag for meta-data containing artifacts
MULTI_VALUE_KEYS - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
recognized multivalue keys
Main - class org.apache.avalon.repository.cli.Main.
Merlin command line handler.
Main(InitialContext, CommandLine) - Constructor for class org.apache.avalon.repository.cli.Main
Creation of a new kernel cli handler.
MetaException - exception org.apache.avalon.repository.meta.MetaException.
Exception to indicate that there was a repository related meta error.
MetaException(String) - Constructor for class org.apache.avalon.repository.meta.MetaException
Construct a new MetaException instance.
MetaException(String, Throwable) - Constructor for class org.apache.avalon.repository.meta.MetaException
Construct a new MetaException instance.
main(String[]) - Static method in class org.apache.avalon.repository.cli.Main
Main command line enty point.

N

NAME_KEY - Static variable in class org.apache.avalon.repository.Artifact
 
newBuilder(Artifact) - Method in class org.apache.avalon.repository.main.DefaultInitialContext
Create a factory builder using a supplied artifact.
newBuilder(ClassLoader, Artifact) - Method in class org.apache.avalon.repository.main.DefaultInitialContext
Create a factory builder using a supplied artifact.
newBuilder(Artifact) - Method in interface org.apache.avalon.repository.provider.InitialContext
Create a factory builder using a supplied artifact.
newBuilder(ClassLoader, Artifact) - Method in interface org.apache.avalon.repository.provider.InitialContext
Create a factory builder using a supplied artifact.

O

openConnection(URL) - Method in class org.apache.avalon.repository.ArtifactHandler
Opens a connection to the specified URL.
openConnection(URL) - Method in class org.apache.avalon.repository.BlockHandler
Opens a connection to the specified URL.
org.apache.avalon.repository - package org.apache.avalon.repository
The repository api package defines the repository service contract.
org.apache.avalon.repository.cli - package org.apache.avalon.repository.cli
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.impl - package org.apache.avalon.repository.impl
The repository impl package is the repository api reference implementation.
org.apache.avalon.repository.main - package 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 - package org.apache.avalon.repository.meta
The repository meta package defines a set of descriptors dealing with specific meta classes.
org.apache.avalon.repository.provider - package org.apache.avalon.repository.provider
The repository provider package defines a set of interfaces used by implementation providers.
org.apache.avalon.repository.util - package 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.

P

PARAMS - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
The factory parameters template.
ProxyContext - class org.apache.avalon.repository.impl.ProxyContext.
A proxy context.
ProxyContext(String, int, Authenticator) - Constructor for class org.apache.avalon.repository.impl.ProxyContext
Creation of a new proxy context.

R

REPOSITORY_CACHE_DIR - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
Repository cache directory parameter descriptor.
REPOSITORY_PROXY_HOST - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
Repository proxy host parameter descriptor.
REPOSITORY_PROXY_PASSWORD - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
Repository proxy password parameter descriptor.
REPOSITORY_PROXY_PORT - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
Repository proxy port parameter descriptor.
REPOSITORY_PROXY_USERNAME - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
Repository proxy username parameter descriptor.
REPOSITORY_REMOTE_HOSTS - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
Repository proxy password parameter descriptor.
REPOSITORY_REMOTE_HOSTS_PARAM - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
 
Repository - interface org.apache.avalon.repository.Repository.
A service that provides access to versioned resources.
RepositoryException - exception org.apache.avalon.repository.RepositoryException.
Exception to indicate that there was a repository related error.
RepositoryException(String) - Constructor for class org.apache.avalon.repository.RepositoryException
Construct a new RepositoryException instance.
RepositoryException(String, Throwable) - Constructor for class org.apache.avalon.repository.RepositoryException
Construct a new RepositoryException instance.
RepositoryRuntimeException - exception org.apache.avalon.repository.RepositoryRuntimeException.
Exception to indicate that there was a repository related error.
RepositoryRuntimeException(String) - Constructor for class org.apache.avalon.repository.RepositoryRuntimeException
Construct a new RepositoryRuntimeException instance.
RepositoryRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.repository.RepositoryRuntimeException
Construct a new RepositoryException instance.
RepositoryUtils - class org.apache.avalon.repository.util.RepositoryUtils.
Various static utility methods used throughout repository related programing interfaces.
RepositoryUtils() - Constructor for class org.apache.avalon.repository.util.RepositoryUtils
 

S

SEP - Static variable in class org.apache.avalon.repository.Artifact
 
SEPERATOR - Static variable in interface org.apache.avalon.repository.Repository
The seperator character between the group and resource name values in an artifact name.
SPI_KEY - Static variable in class org.apache.avalon.repository.meta.FactoryDescriptor
 

T

TYPE_KEY - Static variable in class org.apache.avalon.repository.Artifact
 
toExternalForm(URL) - Method in class org.apache.avalon.repository.ArtifactHandler
 
toExternalForm(URL) - Method in class org.apache.avalon.repository.BlockHandler
 
toString() - Method in class org.apache.avalon.repository.Artifact
Return a stringified representation of the instance.
toString() - Method in class org.apache.avalon.repository.impl.DefaultCacheManager
Return the repository address.
toString() - Method in class org.apache.avalon.repository.impl.DefaultRepository
Return a string representation of this repository.
toString() - Method in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
 
toString() - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
Return a stringified representation of the instance.
toString() - Method in class org.apache.avalon.repository.meta.FactoryDescriptor
 

V

VERSION_KEY - Static variable in class org.apache.avalon.repository.Artifact
 
VERSION_KEY - Static variable in class org.apache.avalon.repository.meta.ArtifactDescriptor
 

A B C D E F G H I K L M N O P R S T V

Copyright © Apache Software Foundation. All Rights Reserved.