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

A

API_DEPENDENCY - Static variable in interface org.apache.avalon.repository.ArtifactDatabase
 
API_KEY - Static variable in class org.apache.avalon.repository.meta.RelationalDescriptor
 
AVALON_ARTIFACT_DEPENDENCY - Static variable in class org.apache.avalon.repository.main.InitialRepositoryFactory
 
AbstractCriteria - class org.apache.avalon.repository.criteria.AbstractCriteria.
A abstract utility class that can be used to simplfy the creation of domain specific criteria handlers.
AbstractCriteria() - Constructor for class org.apache.avalon.repository.criteria.AbstractCriteria
 
ApplicationDescriptor - class org.apache.avalon.repository.meta.ApplicationDescriptor.
An application descriptor associates a target artifact and factory enabling the creation of a potential application context.
ApplicationDescriptor(Attributes) - Constructor for class org.apache.avalon.repository.meta.ApplicationDescriptor
Creates a new TargetMeta descriptor.
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.
Artifact(String, String) - Constructor for class org.apache.avalon.repository.Artifact
Creation of a new artifact reference.
Artifact(String, String, Properties) - Constructor for class org.apache.avalon.repository.Artifact
Creation of a new artifact reference.
ArtifactDatabase - interface org.apache.avalon.repository.ArtifactDatabase.
Manages relational information associated with artifact attributes within the repository presuming some attributes can be multivalued while others are single valued.
ArtifactDatabaseImpl - class org.apache.avalon.repository.impl.ArtifactDatabaseImpl.
A simple implementation which depends on properties type artifacts within the repository.
ArtifactDatabaseImpl(String[]) - Constructor for class org.apache.avalon.repository.impl.ArtifactDatabaseImpl
Creates an artifact database for a set of replicated remote repositories.
ArtifactDatabaseImpl(URL[]) - Constructor for class org.apache.avalon.repository.impl.ArtifactDatabaseImpl
Creates an artifact database for a set of replicated remote repositories.
ArtifactDescriptor - class org.apache.avalon.repository.meta.ArtifactDescriptor.
An artifact descriptor holds attributes about an artifact.
ArtifactDescriptor(Attributes) - Constructor for class org.apache.avalon.repository.meta.ArtifactDescriptor
Creates a new Meta descriptor.

B

BLOCK_GROUP_KEY - Static variable in interface org.apache.avalon.repository.BlockManifest
Group identifier manifest key.
BLOCK_NAME_KEY - Static variable in interface org.apache.avalon.repository.BlockManifest
Name identifier manifest key.
BLOCK_VERSION_KEY - Static variable in interface org.apache.avalon.repository.BlockManifest
Version identifier manifest key.
BlockManifest - interface org.apache.avalon.repository.BlockManifest.
A block manifest that provides a set of convinience operations to access block related attributes.
Bootstrapper - class org.apache.avalon.repository.main.Bootstrapper.
Application and component bootstrapper used to instantiate, and or invoke Classes and their methods within newly constructed Repository ClassLoaders.
Bootstrapper(Repository, Artifact) - Constructor for class org.apache.avalon.repository.main.Bootstrapper
Creates a Bootstrapper for a specific target artifact.

C

CLASSIFIER_KEY - Static variable in class org.apache.avalon.repository.meta.ArtifactDescriptor
 
ClassicArtifact - class org.apache.avalon.repository.ClassicArtifact.
Defintion of a artifact that maintains a relative url to some nominally remote file together with a set of assigned properties.
Criteria - interface org.apache.avalon.repository.criteria.Criteria.
A Criteria is a class holding the values supplied by a user for application to a factory.
convertToURL(String) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
 
convertToURLs(String[]) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
 
create() - Method in interface org.apache.avalon.repository.criteria.Factory
Create a new instance of an application.
create(Criteria) - Method in interface org.apache.avalon.repository.criteria.Factory
Create a new instance of an application.
create(Map) - Method in interface org.apache.avalon.repository.criteria.Factory
Create a new instance of an application.
create() - Method in class org.apache.avalon.repository.impl.DefaultFactory
Create a new instance of an application.
create(Criteria) - Method in class org.apache.avalon.repository.impl.DefaultFactory
Create a new instance of an application.
create(Map) - Method in class org.apache.avalon.repository.impl.DefaultFactory
Create a new instance of the repository using the supplied parameters.
create() - Method in class org.apache.avalon.repository.main.InitialRepositoryFactory
Create a new instance of an application.
create(Criteria) - Method in class org.apache.avalon.repository.main.InitialRepositoryFactory
Create a new instance of an application.
create(Map) - Method in class org.apache.avalon.repository.main.InitialRepositoryFactory
Create a new instance of an application.
createArtifact(String, String) - Static method in class org.apache.avalon.repository.Artifact
Creation of a new Artifact relative to a supplied base directory and filename.
createArtifact(String, String, Properties) - Static method in class org.apache.avalon.repository.Artifact
Creation of a new Artifact relative to a supplied base directory and filename.
createClassicArtifact(String, String) - Static method in class org.apache.avalon.repository.ClassicArtifact
Creation of an untyped versionless artifact relative to a supplied group identifier and artifact name.
createClassicArtifact(String, String, String) - Static method in class org.apache.avalon.repository.ClassicArtifact
 
createClassicArtifact(String, String, String, String) - Static method in class org.apache.avalon.repository.ClassicArtifact
 
createDefaultCriteria() - Method in interface org.apache.avalon.repository.criteria.Factory
Return a new instance of default criteria for the factory.
createDefaultCriteria() - Method in class org.apache.avalon.repository.impl.DefaultFactory
Create a new instance of the default criteria.
createDefaultCriteria() - Method in class org.apache.avalon.repository.main.InitialRepositoryFactory
Return a new instance of default criteria for the factory.
createJarArtifact(String) - Static method in class org.apache.avalon.repository.ClassicArtifact
 
createJarArtifact(String, String, String) - Static method in class org.apache.avalon.repository.ClassicArtifact
 
createRepository() - Method in interface org.apache.avalon.repository.RepositoryFactory
Create a new instance of a repository.
createRepository(RepositoryCriteria) - Method in interface org.apache.avalon.repository.RepositoryFactory
Create a new instance of a repository.
createRepositoryCriteria() - Method in interface org.apache.avalon.repository.RepositoryFactory
Return a new instance of default criteria for the factory.

D

DEFAULTS - Static variable in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
The name of the static defaults property resource.
DEPENDENCY - Static variable in interface org.apache.avalon.repository.ArtifactDatabase
 
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
DefaultFactory - class org.apache.avalon.repository.impl.DefaultFactory.
The default repository factory implementation.
DefaultFactory() - Constructor for class org.apache.avalon.repository.impl.DefaultFactory
 
DefaultFileRepository - class org.apache.avalon.repository.impl.DefaultFileRepository.
A component that provides access to versioned resources based on an underlying file system.
DefaultFileRepository(File) - Constructor for class org.apache.avalon.repository.impl.DefaultFileRepository
 
DefaultFileRepository(File, URL[]) - Constructor for class org.apache.avalon.repository.impl.DefaultFileRepository
 
DefaultFileRepository(File, ProxyContext, URL[]) - Constructor for class org.apache.avalon.repository.impl.DefaultFileRepository
 
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() - 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.ApplicationDescriptor
Test is the supplied object is equal to this object.
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.ApplicationDescriptor
 
Factory - interface org.apache.avalon.repository.criteria.Factory.
A generic application factory.

G

GROUP_KEY - Static variable in class org.apache.avalon.repository.ClassicArtifact
 
GROUP_KEY - Static variable in class org.apache.avalon.repository.meta.ApplicationDescriptor
 
getArtifact(String, String, String) - Method in interface org.apache.avalon.repository.Repository
Get a resource relative to the supplied artifact name where the artifact name is equivalent to the group and resource name seperated by the colon character.
getArtifact(String, String, String, String) - Method in interface org.apache.avalon.repository.Repository
Get a resource url relative to the supplied application name, resource name, version and resource type.
getArtifact(String, String, String) - Method in class org.apache.avalon.repository.impl.DefaultFileRepository
Get a resource relative to the supplied artifact name where the artifact name is equivalent to the group and resource name seperated by a colon.
getArtifact(String, String, String, String) - Method in class org.apache.avalon.repository.impl.DefaultFileRepository
Get a resource relative to the supplied application name, resource name, version and resource type.
getArtifactAttributes(Artifact) - Method in interface org.apache.avalon.repository.ArtifactDatabase
Return the metadata of an of artifact as attributes.
getArtifactAttributes(Artifact) - Method in class org.apache.avalon.repository.impl.ArtifactDatabaseImpl
 
getArtifactAttributes(Artifact) - Method in class org.apache.avalon.repository.impl.DefaultFileRepository
 
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(String[], Artifact) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
Gets the Attribues in a remote artifact.
getAuthenticator() - Method in class org.apache.avalon.repository.impl.ProxyContext
Returns the proxy authenticator.
getBase() - Method in class org.apache.avalon.repository.Artifact
Return the base path to the artifact.
getBlockGroup() - Method in interface org.apache.avalon.repository.BlockManifest
Get the name of the group that the block is a part of.
getBlockGroup() - Method in class org.apache.avalon.repository.impl.DefaultBlockManifest
 
getBlockName() - Method in interface org.apache.avalon.repository.BlockManifest
Get the name the block.
getBlockName() - Method in class org.apache.avalon.repository.impl.DefaultBlockManifest
 
getBlockVersion() - Method in interface org.apache.avalon.repository.BlockManifest
Get the version of the block.
getBlockVersion() - Method in class org.apache.avalon.repository.impl.DefaultBlockManifest
 
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.DefaultFileRepository
 
getClassLoader(ClassLoader, Artifact) - Method in class org.apache.avalon.repository.impl.DefaultFileRepository
 
getClassLoader() - Method in class org.apache.avalon.repository.main.Bootstrapper
Gets the ClassLoader used by this Bootstrapper.
getClassLoader() - Method in class org.apache.avalon.repository.main.Loader
Gets the ClassLoader used by this Bootstrapper.
getClassifier() - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
Return the meta data classifier value.
getClassname() - Method in class org.apache.avalon.repository.criteria.Parameter
Return the classname for the parameter.
getConstructor(String) - Method in class org.apache.avalon.repository.main.Bootstrapper
Gets the name of the constructor given the fully qualified class name.
getDelimited(char, String) - Static method in class org.apache.avalon.repository.util.RepositoryUtils
 
getDependencies(Artifact) - Method in interface org.apache.avalon.repository.ArtifactDatabase
Return the standard implementation dependencies of an of artifact.
getDependencies(Artifact, String) - Method in interface org.apache.avalon.repository.ArtifactDatabase
Return the dependencies of an of artifact relative to the supplied key.
getDependencies(Artifact) - Method in class org.apache.avalon.repository.impl.ArtifactDatabaseImpl
 
getDependencies(Artifact, String) - Method in class org.apache.avalon.repository.impl.ArtifactDatabaseImpl
 
getDependencies(Artifact) - Method in class org.apache.avalon.repository.impl.DefaultFileRepository
 
getDependencies(Artifact, String) - Method in class org.apache.avalon.repository.impl.DefaultFileRepository
 
getDependencies(String) - Method in class org.apache.avalon.repository.meta.RelationalDescriptor
Return the implementation dependencies
getDependencies() - Method in class org.apache.avalon.repository.meta.RelationalDescriptor
 
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.
getFactoryClassname() - Method in class org.apache.avalon.repository.meta.ApplicationDescriptor
Return the factory classname.
getFilename() - Method in class org.apache.avalon.repository.Artifact
Return the filename of the artifact.
getGroup() - Method in class org.apache.avalon.repository.ClassicArtifact
 
getHost() - Method in class org.apache.avalon.repository.impl.ProxyContext
Returns the proxy host name.
getImplementation() - Method in class org.apache.avalon.repository.meta.ApplicationDescriptor
Return the implementation artifact
getKey() - Method in class org.apache.avalon.repository.criteria.Parameter
Return the key for the parameter.
getLocation() - Method in interface org.apache.avalon.repository.Repository
Return the repository location.
getLocation() - Method in class org.apache.avalon.repository.impl.DefaultFileRepository
Return the repository location.
getMap() - Method in class org.apache.avalon.repository.criteria.AbstractCriteria
Return the current state of the criteria as a map.
getMap() - Method in interface org.apache.avalon.repository.criteria.Criteria
Return the current state of the criteria as a map.
getName() - Method in class org.apache.avalon.repository.ClassicArtifact
 
getParameter(String) - Method in class org.apache.avalon.repository.criteria.AbstractCriteria
 
getParameters() - Method in class org.apache.avalon.repository.criteria.AbstractCriteria
Return the parameter associated to the criteria.
getParameters() - Method in interface org.apache.avalon.repository.criteria.Criteria
Return the parameter associated to the criteria.
getParameters() - Method in class org.apache.avalon.repository.impl.DefaultRepositoryCriteria
Return the parameter associated to the criteria.
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(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.
getProperty(String) - Method in class org.apache.avalon.repository.Artifact
Return a domain specific property associated with an artifact.
getPropertyNames() - Method in class org.apache.avalon.repository.Artifact
Returns an enumeration of the property names associated to this appliance by the factory that created it.
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.DefaultFileRepository
Get a resource url relative to the supplied artifact.
getResource(Artifact, String[], File, boolean) - Static method in class org.apache.avalon.repository.util.LOADER
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.LOADER
Retrieve a remote file.
getSpecification() - Method in class org.apache.avalon.repository.ClassicArtifact
Gets the artifact specification for this ArtifactDescriptor in the form [:][;].
getType() - Method in class org.apache.avalon.repository.ClassicArtifact
 
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(String) - Method in class org.apache.avalon.repository.criteria.AbstractCriteria
Return the currently assigned value for a key.
getValue(String) - Method in interface org.apache.avalon.repository.criteria.Criteria
Return the currently assigned value for a key.
getValue(Attributes, String) - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
 
getVersion() - Method in class org.apache.avalon.repository.ClassicArtifact
 
getVersion() - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
Return the meta data version

H

hashCode() - Method in class org.apache.avalon.repository.meta.ApplicationDescriptor
Return the hashcode for the object.
hashCode() - Method in class org.apache.avalon.repository.meta.ArtifactDescriptor
Return the hashcode for the object.

I

IMP_DEPENDENCY - Static variable in interface org.apache.avalon.repository.ArtifactDatabase
 
IMP_KEY - Static variable in class org.apache.avalon.repository.meta.RelationalDescriptor
 
InitialRepositoryFactory - class org.apache.avalon.repository.main.InitialRepositoryFactory.
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.
InitialRepositoryFactory(String[]) - Constructor for class org.apache.avalon.repository.main.InitialRepositoryFactory
Creates a repository which in turn instantiates a Repository factory implementation specified by an artifact descriptor and the implementation factory's class name.
InitialRepositoryFactory(Artifact, String[]) - Constructor for class org.apache.avalon.repository.main.InitialRepositoryFactory
Creates a repository which in turn instantiates a Repository factory implementation specified by an artifact descriptor and the implementation factory's class name.
install(URL, StringBuffer) - Method in interface org.apache.avalon.repository.Repository
Install a block archive into the repository.
install(URL, StringBuffer) - Method in class org.apache.avalon.repository.impl.DefaultFileRepository
Install a block archive into the repository.
invoke(String, String, String[], Object[]) - Method in class org.apache.avalon.repository.main.Bootstrapper
Invokes a static method on a class.
invoke(Object, String, String[], Object[]) - Method in class org.apache.avalon.repository.main.Bootstrapper
Invokes a method on an object.
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.
isOptional() - Method in class org.apache.avalon.repository.criteria.Parameter
Return TRUE is the parameter is optional.
isRequired() - Method in class org.apache.avalon.repository.criteria.Parameter
Return TRUE is the parameter is required.

K

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

L

LOADER - class org.apache.avalon.repository.util.LOADER.
Utility class supporting downloading of resources based on artifact references.
LOADER() - Constructor for class org.apache.avalon.repository.util.LOADER
 
Loader - class org.apache.avalon.repository.main.Loader.
Application and component bootstrapper used to instantiate, and or invoke Classes and their methods within newly constructed Repository ClassLoaders.
Loader(Repository, Artifact) - Constructor for class org.apache.avalon.repository.main.Loader
Creates a Bootstrapper for a specific target artifact.
loadClass(String) - Method in class org.apache.avalon.repository.main.Bootstrapper
Loads a class using the ClassLoader created by the Repository.

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
regognized multivalue keys
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, String[]) - Method in class org.apache.avalon.repository.main.Bootstrapper
Invokes the main application entry point for a class.
main(String[]) - Static method in class org.apache.avalon.repository.main.Bootstrapper
Main wrapper.
main(String[]) - Static method in class org.apache.avalon.repository.main.Loader
Main wrapper.

N

NAME_KEY - Static variable in class org.apache.avalon.repository.ClassicArtifact
 
NAME_KEY - Static variable in class org.apache.avalon.repository.meta.ApplicationDescriptor
 
newInstance(String) - Method in class org.apache.avalon.repository.main.Bootstrapper
Creates a new instance of a class using the default constructor.
newInstance(String, String[], Object[]) - Method in class org.apache.avalon.repository.main.Bootstrapper
Creates a new instance of a class using a constructor taking arguments.

O

org.apache.avalon.repository - package org.apache.avalon.repository
The repository spi package defines a supplimentary contract to be implented by plugin-in repository implementations.
org.apache.avalon.repository.criteria - package org.apache.avalon.repository.criteria
The criteria package defines a supplimentary factory contract implementated by applications that can be launched by the reopository on demand Key features include: defaults establishment contract metadata implementation target descriptor standard factory constructor
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.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 interface org.apache.avalon.repository.RepositoryCriteria
The factory parameters template.
Parameter - class org.apache.avalon.repository.criteria.Parameter.
 
Parameter(String, String, boolean) - Constructor for class org.apache.avalon.repository.criteria.Parameter
Creation of a new parameter constraint.
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 interface org.apache.avalon.repository.RepositoryCriteria
Repository cache directory parameter descriptor.
REPOSITORY_PROXY_HOST - Static variable in interface org.apache.avalon.repository.RepositoryCriteria
Repository proxy host parameter descriptor.
REPOSITORY_PROXY_PASSWORD - Static variable in interface org.apache.avalon.repository.RepositoryCriteria
Repository proxy password parameter descriptor.
REPOSITORY_PROXY_PORT - Static variable in interface org.apache.avalon.repository.RepositoryCriteria
Repository proxy port parameter descriptor.
REPOSITORY_PROXY_USERNAME - Static variable in interface org.apache.avalon.repository.RepositoryCriteria
Repository proxy username parameter descriptor.
REPOSITORY_REMOTE_HOSTS - Static variable in interface org.apache.avalon.repository.RepositoryCriteria
Repository proxy password parameter descriptor.
RelationalDescriptor - class org.apache.avalon.repository.meta.RelationalDescriptor.
A RelationalDescriptor represents a set of metadata describing the structural relationships that an artifact has on other artifacts.
RelationalDescriptor(Attributes) - Constructor for class org.apache.avalon.repository.meta.RelationalDescriptor
Creates a new TargetMeta descriptor.
Repository - interface org.apache.avalon.repository.Repository.
A service that provides access to versioned resources.
RepositoryCriteria - interface org.apache.avalon.repository.RepositoryCriteria.
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.
RepositoryFactory - interface org.apache.avalon.repository.RepositoryFactory.
A generic repository factory.
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
 
resolveValue(Parameter, Object) - Method in class org.apache.avalon.repository.criteria.AbstractCriteria
Verify a value relative to the parameter constraints.
run(String) - Method in class org.apache.avalon.repository.main.Bootstrapper
Instantiates a runnable using a default constructor and calls its run method.

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_DEPENDENCY - Static variable in interface org.apache.avalon.repository.ArtifactDatabase
 
SPI_KEY - Static variable in class org.apache.avalon.repository.meta.RelationalDescriptor
 
STANDARD_GROUP - Static variable in class org.apache.avalon.repository.main.InitialRepositoryFactory
 
STANDARD_NAME - Static variable in class org.apache.avalon.repository.main.InitialRepositoryFactory
 
STANDARD_REF - Static variable in class org.apache.avalon.repository.main.InitialRepositoryFactory
 
setValue(String, Object) - Method in class org.apache.avalon.repository.criteria.AbstractCriteria
Set a named parameter of the criteria to a value.
setValue(String, Object) - Method in interface org.apache.avalon.repository.criteria.Criteria
Set a named parameter of the criteria to a value.

T

TYPE_KEY - Static variable in class org.apache.avalon.repository.ClassicArtifact
 
toSignature(String, String[]) - Method in class org.apache.avalon.repository.main.Bootstrapper
Constructs a String representing the signature of an method.
toString() - Method in class org.apache.avalon.repository.Artifact
Returns the artifact specification String.
toString() - Method in class org.apache.avalon.repository.ClassicArtifact
Return a stringified representation of the instance.
toString() - Method in class org.apache.avalon.repository.criteria.AbstractCriteria
 
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.

V

VERSION_KEY - Static variable in class org.apache.avalon.repository.ClassicArtifact
 
VERSION_KEY - Static variable in class org.apache.avalon.repository.meta.ApplicationDescriptor
 
VERSION_KEY - Static variable in class org.apache.avalon.repository.meta.ArtifactDescriptor
 
ValidationException - exception org.apache.avalon.repository.criteria.ValidationException.
 
ValidationException(String) - Constructor for class org.apache.avalon.repository.criteria.ValidationException
Creation of a new criteria.
ValidationException(String, Throwable) - Constructor for class org.apache.avalon.repository.criteria.ValidationException
Creation of a new criteria.

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.