A C D E F G I M N O P R S T U

A

addExtension(Extension, Attributes) - Static method in class org.apache.avalon.extension.Extension
Add Extension to the specified manifest Attributes.
addExtension(Extension, String, Attributes) - Static method in class org.apache.avalon.extension.Extension
Add Extension to the specified manifest Attributes.
addExtensionManager(ExtensionManager) - Method in class org.apache.avalon.extension.manager.impl.DelegatingExtensionManager
Add a extensionManager to list of repositories delegated to to find Optional Packages.
addPackageRepository(ExtensionManager) - Method in class org.apache.avalon.extension.manager.impl.DelegatingExtensionManager
Deprecated. Use addExtensionManager instead
addPathElements(String[]) - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Add path elements to repository search path
addPathElements(File[]) - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Add path elements to repository search path
addPathElements(String) - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Add path elements to repository search path.

C

COMPATIBLE - Static variable in class org.apache.avalon.extension.Extension
Enum indicating that extension is compatible with other extension.
COMPATIBLE - Static variable in class org.apache.avalon.extension.Specification
Enum indicating that extension is compatible with other Package Specification.
Compatability - class org.apache.avalon.extension.Compatability.
Enum used in Extension to indicate the compatability of one extension to another.
Criteria - class org.apache.avalon.util.criteria.Criteria.
A abstract utility class that can be used to simplify the creation of domain specific criteria.
Criteria(Parameter[]) - Constructor for class org.apache.avalon.util.criteria.Criteria
Creation of a new criteria instance.
CriteriaException - exception org.apache.avalon.util.criteria.CriteriaException.
Exception to indicate that there was a criteria related error.
CriteriaException(String) - Constructor for class org.apache.avalon.util.criteria.CriteriaException
Construct a new CriteriaException instance.
CriteriaException(String, Throwable) - Constructor for class org.apache.avalon.util.criteria.CriteriaException
Construct a new CriteriaException instance.
CriteriaRuntimeException - exception org.apache.avalon.util.criteria.CriteriaRuntimeException.
Exception to indicate that there was a repository related error.
CriteriaRuntimeException(String) - Constructor for class org.apache.avalon.util.criteria.CriteriaRuntimeException
Construct a new CriteriaRuntimeException instance.
CriteriaRuntimeException(String, Throwable) - Constructor for class org.apache.avalon.util.criteria.CriteriaRuntimeException
Construct a new CriteriaRuntimeException instance.
cacheOptionalPackage(OptionalPackage) - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Add OptionalPackage to internal cache of Optional Packages.
clearCache() - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Clear internal cache of optional packages.
clearResourceCache() - Static method in class org.apache.avalon.util.i18n.ResourceManager
Clear the cache of all resources currently loaded into the system.

D

DefaultExtensionManager - class org.apache.avalon.extension.manager.impl.DefaultExtensionManager.
Interface used to contain "Optional Packages" (formerly known as "Standard Extensions").
DefaultExtensionManager() - Constructor for class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Construct a package repository with no path specified.
DefaultExtensionManager(File[]) - Constructor for class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Construct a package repository with path.
Defaults - class org.apache.avalon.util.defaults.Defaults.
Gets a set of default property values based on a sequence of default value search components or finders.
Defaults(String[], String[], DefaultsFinder[]) - Constructor for class org.apache.avalon.util.defaults.Defaults
Creates and populates a set of properties
DefaultsBuilder - class org.apache.avalon.util.defaults.DefaultsBuilder.
A utility class that provides support for the establishment of a set of installation properties.
DefaultsBuilder(String, File) - Constructor for class org.apache.avalon.util.defaults.DefaultsBuilder
 
DefaultsFinder - interface org.apache.avalon.util.defaults.DefaultsFinder.
Finds a set of default property values.
DelegatingExtensionManager - class org.apache.avalon.extension.manager.impl.DelegatingExtensionManager.
A ExtensionManager that can delegate to multiple different package repositories.
DelegatingExtensionManager() - Constructor for class org.apache.avalon.extension.manager.impl.DelegatingExtensionManager
Default constructor that does not add any repositories.
DelegatingExtensionManager(ExtensionManager[]) - Constructor for class org.apache.avalon.extension.manager.impl.DelegatingExtensionManager
Default constructor that delegates to specified extensionManagers.
DeweyDecimal - class org.apache.avalon.extension.DeweyDecimal.
Utility class to contain version numbers in "Dewey Decimal" syntax.
DeweyDecimal(int[]) - Constructor for class org.apache.avalon.extension.DeweyDecimal
Construct a DeweyDecimal from an array of integer components.
DeweyDecimal(String) - Constructor for class org.apache.avalon.extension.DeweyDecimal
Construct a DeweyDecimal from string in DeweyDecimal format.
debug(String) - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Output a debug message for repository.
discover(Defaults, Properties[], boolean) - Static method in class org.apache.avalon.util.defaults.Defaults
Merges a set of properties from source Properties into a Defaults instance.
discover(String, Properties[], boolean) - Static method in class org.apache.avalon.util.defaults.Defaults
Discovers a value within a set of Properties either halting on the first time the property is discovered or continuing on to take the last value found for the property key.

E

EXTENSION_LIST - Static variable in class org.apache.avalon.extension.Extension
Manifest Attribute Name object for EXTENSION_LIST.
EXTENSION_NAME - Static variable in class org.apache.avalon.extension.Extension
Manifest Attribute Name object for EXTENSION_NAME.
Env - class org.apache.avalon.util.env.Env.
Encapsulates operating system and shell specific access to environment variables.
Env() - Constructor for class org.apache.avalon.util.env.Env
Creates a snapshot of the current shell environment variables for a user.
EnvAccessException - exception org.apache.avalon.util.env.EnvAccessException.
A simple wrapper exception around exceptions that could occur while accessing environment parameters.
ExceptionHelper - class org.apache.avalon.util.exception.ExceptionHelper.
General utilities supporting the packaging of exception messages.
ExceptionHelper() - Constructor for class org.apache.avalon.util.exception.ExceptionHelper
 
Extension - class org.apache.avalon.extension.Extension.
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
Extension(String, String, String, String, String, String, String) - Constructor for class org.apache.avalon.extension.Extension
The constructor to create Extension object.
ExtensionManager - interface org.apache.avalon.extension.manager.ExtensionManager.
Interface used to store a collection of "Optional Packages" (formerly known as "Standard Extensions").

F

find(Defaults) - Method in interface org.apache.avalon.util.defaults.DefaultsFinder
 
find(Defaults) - Method in class org.apache.avalon.util.defaults.SimpleDefaultsFinder
Applies default discovery using properties in array of properties.
format(String, Object[]) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.

G

get(int) - Method in class org.apache.avalon.extension.DeweyDecimal
Return the component at specified index.
get(Object) - Method in class org.apache.avalon.util.criteria.Criteria
Return the currently assigned value for a key.
getAllOptionalPackages() - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Return all the OptionalPackages stored in ExtensionManager.
getAvailable(Manifest) - Static method in class org.apache.avalon.extension.Extension
Return an array of Extension objects representing optional packages that are available in the JAR file associated with the specified Manifest.
getAvailable(Manifest[]) - Static method in class org.apache.avalon.extension.Extension
Retrieve the set of Extension objects that are available by the specified Manifest objects.
getAvailableExtensions() - Method in class org.apache.avalon.extension.manager.OptionalPackage
Return Extensions which OptionalPackage makes available.
getBaseResources(String) - Static method in class org.apache.avalon.util.i18n.ResourceManager
Retrieve resource with specified basename.
getBaseResources(String, ClassLoader) - Static method in class org.apache.avalon.util.i18n.ResourceManager
Retrieve resource with specified basename.
getBoolean(String) - Method in class org.apache.avalon.util.defaults.Defaults
Utility method that gets a key's value and returns a boolean value to represent it.
getBoolean(String, boolean) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a boolean from bundle.
getBoolean(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a boolean from bundle.
getBundle() - Method in class org.apache.avalon.util.i18n.Resources
Retrieve underlying ResourceBundle.
getByte(String, byte) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a byte from bundle.
getByte(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a byte from bundle.
getCause() - Method in class org.apache.avalon.util.criteria.CriteriaException
Return the causal exception.
getCause() - Method in class org.apache.avalon.util.criteria.CriteriaRuntimeException
Return the causal exception.
getCause() - Method in class org.apache.avalon.util.env.EnvAccessException
Return the causal exception.
getChar(String, char) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a char from bundle.
getChar(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a char from bundle.
getClassResources(Class) - Static method in class org.apache.avalon.util.i18n.ResourceManager
Retrieve resource for specified Class.
getClassResourcesBaseName(Class) - Static method in class org.apache.avalon.util.i18n.ResourceManager
Retrieve resource basename for specified Class.
getCompatibilityWith(Extension) - Method in class org.apache.avalon.extension.Extension
Return a Compatibility enum indicating the relationship of this Extension with the specified Extension.
getCompatibilityWith(Specification) - Method in class org.apache.avalon.extension.Specification
Return a Compatibility enum indicating the relationship of this Package Specification with the specified Extension.
getConsolidatedProperties(Properties, String[]) - Method in class org.apache.avalon.util.defaults.DefaultsBuilder
Return a consolidated set of properties.
getConsolidatedProperties(Properties, String[], String[]) - Method in class org.apache.avalon.util.defaults.DefaultsBuilder
Return a consolidated set of properties.
getDate(String, Date) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a date from bundle.
getDate(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a date from bundle.
getDateTime(String, Date) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a time from bundle.
getDateTime(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a date + time from bundle.
getDefault() - Method in class org.apache.avalon.util.criteria.Parameter
Return the default value for this parameter.
getDirProperties() - Method in class org.apache.avalon.util.defaults.DefaultsBuilder
Return the application specific properties from the current working directory.
getDouble(String, double) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a double from bundle.
getDouble(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a double from bundle.
getEnumerated() - Method in class org.apache.avalon.util.defaults.Defaults
Gets the base names of enumerated multi-valued keys.
getEnumerated(String) - Method in class org.apache.avalon.util.defaults.Defaults
Gets the default values for an enumerated key.
getEnvVariable(String) - Static method in class org.apache.avalon.util.env.Env
Gets the value of a shell environment variable.
getEnvVariables() - Static method in class org.apache.avalon.util.env.Env
Gets all environment variables within a Properties instance where the key is the environment variable name and value is the value of the property.
getExtensionName() - Method in class org.apache.avalon.extension.Extension
Get the name of the extension.
getFile() - Method in class org.apache.avalon.extension.manager.OptionalPackage
Return File object in which OptionalPackage is contained.
getFinders() - Method in class org.apache.avalon.util.defaults.Defaults
Gets the linear set of finders composing the search policy.
getFloat(String, float) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a float from bundle.
getFloat(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a float from bundle.
getHomeDirectory(String) - Static method in class org.apache.avalon.util.defaults.DefaultsBuilder
Return a home directory taking into account a supplied env symbol, a property key and a fallback directory.
getHomeDirectory() - Method in class org.apache.avalon.util.defaults.DefaultsBuilder
Return the application home directory.
getHomeProperties(File, String, boolean) - Static method in class org.apache.avalon.util.defaults.DefaultsBuilder
Create a installation properties object.
getHomeProperties() - Method in class org.apache.avalon.util.defaults.DefaultsBuilder
Return the application properties.
getImplementationTitle() - Method in class org.apache.avalon.extension.Specification
Get the title of the specification.
getImplementationURL() - Method in class org.apache.avalon.extension.Extension
Get the url of the extensions implementation.
getImplementationVendor() - Method in class org.apache.avalon.extension.Extension
Get the vendor of the extensions implementation.
getImplementationVendor() - Method in class org.apache.avalon.extension.Specification
Get the vendor of the extensions implementation.
getImplementationVendorID() - Method in class org.apache.avalon.extension.Extension
Get the vendorID of the extensions implementation.
getImplementationVersion() - Method in class org.apache.avalon.extension.Extension
Get the version of the extensions implementation.
getImplementationVersion() - Method in class org.apache.avalon.extension.Specification
Get the version of the implementation.
getInteger(String, int) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a integer from bundle.
getInteger(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a integer from bundle.
getKey() - Method in class org.apache.avalon.util.criteria.Parameter
Return the key for the parameter.
getKeys() - Method in class org.apache.avalon.util.criteria.Criteria
Return the parameter keys associated with the criteria.
getKeys(Parameter[]) - Static method in class org.apache.avalon.util.criteria.Parameter
Return the set of keys corresponding to the supplied set of parameters.
getLong(String, long) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a long from bundle.
getLong(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a long from bundle.
getMessage() - Method in class org.apache.avalon.util.env.EnvAccessException
Prepends variable name to the base message.
getOptionalPackage(Extension) - Method in class org.apache.avalon.extension.manager.PackageManager
Return the OptionalPackage that provides specified Extension.
getOptionalPackages(Extension) - Method in interface org.apache.avalon.extension.manager.ExtensionManager
Return all the OptionalPackages that satisfy specified Extension.
getOptionalPackages(Extension) - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Return all the OptionalPackages that satisfy specified Extension.
getOptionalPackages(Extension) - Method in class org.apache.avalon.extension.manager.impl.DelegatingExtensionManager
Scan through list of respositories and return all the matching OptionalPackage objects that match in any repository.
getOptionalPackages(Extension) - Method in class org.apache.avalon.extension.manager.impl.NoopExtensionManager
Return an empty array of OptionalPackages.
getOptions(Manifest) - Static method in class org.apache.avalon.extension.Extension
Return the set of Extension objects representing "Optional Packages" that the application declares they will use if present.
getPackageResources(Class) - Static method in class org.apache.avalon.util.i18n.ResourceManager
Retrieve resource for specified Classes package.
getPackageResourcesBaseName(Class) - Static method in class org.apache.avalon.util.i18n.ResourceManager
Retrieve resource basename for specified Classes package.
getParameter(String) - Method in class org.apache.avalon.util.criteria.Criteria
 
getParameterClass() - Method in class org.apache.avalon.util.criteria.Parameter
Return the classname for the parameter.
getParameters() - Method in class org.apache.avalon.util.criteria.Criteria
Return the parameter associated to the criteria.
getPaths() - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Return an array of path elements where each element in array represents a directory in which the ExtensionManager will look for Extensions.
getProperties(File, String) - Static method in class org.apache.avalon.util.defaults.DefaultsBuilder
Create a dir properties object.
getProperties(File) - Static method in class org.apache.avalon.util.defaults.DefaultsBuilder
Create a properties object from the supplied file.
getProperties(ClassLoader, String) - Static method in class org.apache.avalon.util.defaults.DefaultsBuilder
 
getRequired(Manifest) - Static method in class org.apache.avalon.extension.Extension
Return the set of Extension objects representing optional packages that are required by the application contained in the JAR file associated with the specified Manifest.
getRequired(Manifest[]) - Static method in class org.apache.avalon.extension.Extension
Retrieve the set of Extension objects that are required by the specified Manifest objects.
getRequiredExtensions() - Method in class org.apache.avalon.extension.manager.OptionalPackage
Return Extensions which OptionalPackage requires to operate.
getResources(String) - Static method in class org.apache.avalon.util.i18n.ResourceManager
Retrieve resource for specified name.
getSections() - Method in class org.apache.avalon.extension.Specification
Return an array containing sections to which specification applies or null if relevant to no sections.
getShort(String, short) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a short from bundle.
getShort(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a short from bundle.
getSingles() - Method in class org.apache.avalon.util.defaults.Defaults
Gets the names of all the single valued properties.
getSize() - Method in class org.apache.avalon.extension.DeweyDecimal
Return number of components in DeweyDecimal.
getSpecificationTitle() - Method in class org.apache.avalon.extension.Specification
Get the title of the specification.
getSpecificationVendor() - Method in class org.apache.avalon.extension.Extension
Get the vendor of the extensions specification.
getSpecificationVendor() - Method in class org.apache.avalon.extension.Specification
Get the vendor of the specification.
getSpecificationVersion() - Method in class org.apache.avalon.extension.Extension
Get the version of the extensions specification.
getSpecificationVersion() - Method in class org.apache.avalon.extension.Specification
Get the version of the specification.
getSpecifications(Manifest) - Static method in class org.apache.avalon.extension.Specification
Return an array of Package Specification objects.
getStaticProperties(Class) - Static method in class org.apache.avalon.util.defaults.Defaults
Read in a static properties resource relative to a supplied class.
getStaticProperties(Class, String) - Static method in class org.apache.avalon.util.defaults.Defaults
Read in a static properties resource relative to a supplied class and path.
getString(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a raw string from bundle.
getString(String, Object) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object, Object) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object, Object, Object) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object, Object, Object, Object) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a string from resource bundle and format it with specified args.
getTime(String, Date) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a time from bundle.
getTime(String) - Method in class org.apache.avalon.util.i18n.Resources
Retrieve a time from bundle.
getUnsatisfiedExtension() - Method in class org.apache.avalon.extension.manager.UnsatisfiedExtensionException
Return the unsatisfied Extension that caused this exception tho be thrown.
getUserProperties(String) - Static method in class org.apache.avalon.util.defaults.DefaultsBuilder
Create a user properties object.
getUserProperties() - Method in class org.apache.avalon.util.defaults.DefaultsBuilder
Return the application specific properties from the users home directory.
getUserShell() - Static method in class org.apache.avalon.util.env.Env
Gets the user's shell executable.
getValue(Parameter) - Method in class org.apache.avalon.util.criteria.Criteria
Return the currently assigned value for a key.
getVariable() - Method in class org.apache.avalon.util.env.EnvAccessException
Gets the variable that was to be accessed.

I

IMPLEMENTATION_TITLE - Static variable in class org.apache.avalon.extension.Specification
Manifest Attribute Name object for IMPLEMENTATION_TITLE.
IMPLEMENTATION_URL - Static variable in class org.apache.avalon.extension.Extension
Manifest Attribute Name object for IMPLEMENTATION_URL.
IMPLEMENTATION_VENDOR - Static variable in class org.apache.avalon.extension.Extension
Manifest Attribute Name object for IMPLEMENTATION_VENDOR.
IMPLEMENTATION_VENDOR - Static variable in class org.apache.avalon.extension.Specification
Manifest Attribute Name object for IMPLEMENTATION_VENDOR.
IMPLEMENTATION_VENDOR_ID - Static variable in class org.apache.avalon.extension.Extension
Manifest Attribute Name object for IMPLEMENTATION_VENDOR_ID.
IMPLEMENTATION_VERSION - Static variable in class org.apache.avalon.extension.Extension
Manifest Attribute Name object for IMPLEMENTATION_VERSION.
IMPLEMENTATION_VERSION - Static variable in class org.apache.avalon.extension.Specification
Manifest Attribute Name object for IMPLEMENTATION_VERSION.
INCOMPATIBLE - Static variable in class org.apache.avalon.extension.Extension
Enum indicating that extension is incompatible with other extension in ways other than other enums indicate). ie For example the other extension may have a different ID.
INCOMPATIBLE - Static variable in class org.apache.avalon.extension.Specification
Enum indicating that extension is incompatible with other Package Specification in ways other than other enums indicate). ie For example the other Package Specification may have a different ID.
isCompatible(Extension) - Method in class org.apache.avalon.extension.manager.OptionalPackage
Return true if any of the available Extensions are compatible with specified extension.
isCompatibleWith(Extension) - Method in class org.apache.avalon.extension.Extension
Return true if the specified Extension (which represents an optional package required by an application) is satisfied by this Extension (which represents an optional package that is already installed.
isCompatibleWith(Specification) - Method in class org.apache.avalon.extension.Specification
Return true if the specified package is satisfied by this Specification.
isEqual(DeweyDecimal) - Method in class org.apache.avalon.extension.DeweyDecimal
Return true if this DeweyDecimal is equal to the other DeweyDecimal.
isGreaterThan(DeweyDecimal) - Method in class org.apache.avalon.extension.DeweyDecimal
Return true if this DeweyDecimal is greater than the other DeweyDecimal.
isGreaterThanOrEqual(DeweyDecimal) - Method in class org.apache.avalon.extension.DeweyDecimal
Return true if this DeweyDecimal is greater than or equal to the other DeweyDecimal.
isLessThan(DeweyDecimal) - Method in class org.apache.avalon.extension.DeweyDecimal
Return true if this DeweyDecimal is less than the other DeweyDecimal.
isLessThanOrEqual(DeweyDecimal) - Method in class org.apache.avalon.extension.DeweyDecimal
Return true if this DeweyDecimal is less than or equal to the other DeweyDecimal.
isNetWare() - Static method in class org.apache.avalon.util.env.Env
Checks to see if the operating system is NetWare.
isOpenVMS() - Static method in class org.apache.avalon.util.env.Env
Checks to see if the operating system is OpenVMS.
isOptional() - Method in class org.apache.avalon.util.criteria.Parameter
Return TRUE is the parameter is optional.
isRequired() - Method in class org.apache.avalon.util.criteria.Parameter
Return TRUE is the parameter is required.
isUnix() - Static method in class org.apache.avalon.util.env.Env
Checks to see if the operating system is a UNIX variant.
isWindows() - Static method in class org.apache.avalon.util.env.Env
Checks to see if the operating system is a Windows variant.

M

m_cause - Variable in class org.apache.avalon.util.env.EnvAccessException
root cause
m_variable - Variable in class org.apache.avalon.util.env.EnvAccessException
the environment variable name if available
macroExpand(Properties, Properties[]) - Static method in class org.apache.avalon.util.defaults.Defaults
Expands out a set of property key macros in the following format ${foo.bar} where foo.bar is a property key, by dereferencing the value of the key using the original source Properties and other optional Properties.

N

NoopExtensionManager - class org.apache.avalon.extension.manager.impl.NoopExtensionManager.
A Noop ExtensionManager that can't provide any extensions.
NoopExtensionManager() - Constructor for class org.apache.avalon.extension.manager.impl.NoopExtensionManager
 

O

OPTIONAL_EXTENSION_LIST - Static variable in class org.apache.avalon.extension.Extension
Name object for Optional-Extension-List manifest attribute used for declaring optional dependencies on installed extensions.
OSNAME - Static variable in class org.apache.avalon.util.env.Env
os.name System property
OptionalPackage - class org.apache.avalon.extension.manager.OptionalPackage.
This contains the required meta-data for an "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file.
OptionalPackage(File, Extension[], Extension[]) - Constructor for class org.apache.avalon.extension.manager.OptionalPackage
Constructor for OptionalPackage.
org.apache.avalon.extension - package org.apache.avalon.extension
Description Defintion of the services supporting jar file optional extension management based on the required and optional extensions declared under a jar file manifest.
org.apache.avalon.extension.manager - package org.apache.avalon.extension.manager
Description Defintion of the the jar file package manager service.
org.apache.avalon.extension.manager.impl - package org.apache.avalon.extension.manager.impl
Description The extension package is the default implementation of the extension-api specification.
org.apache.avalon.util.criteria - package org.apache.avalon.util.criteria
A parameterized map implementation.
org.apache.avalon.util.defaults - package org.apache.avalon.util.defaults
Provides support for the aggregation of a set of property values into a single property set.
org.apache.avalon.util.env - package org.apache.avalon.util.env
A simple facility for extracting environment parameters from an operating system specific shell.
org.apache.avalon.util.exception - package org.apache.avalon.util.exception
Contains an exception helper static utility class that provides support for the creation of exception reposrt derived from cascading exception.
org.apache.avalon.util.i18n - package org.apache.avalon.util.i18n
Resources supporting internationalization.

P

PackageManager - class org.apache.avalon.extension.manager.PackageManager.
Basic Implementation Of PackageManager Interface used to manage "Optional Packages" (formerly known as "Standard Extensions").
PackageManager(ExtensionManager) - Constructor for class org.apache.avalon.extension.manager.PackageManager
Construct a PackageManager for a repositories.
PackedParameter - class org.apache.avalon.util.criteria.PackedParameter.
A parameter descriptor that supports transformation of a a string to a string array based on a supplied token.
PackedParameter(String, String, String[]) - Constructor for class org.apache.avalon.util.criteria.PackedParameter
Transform a string to a string array.
Parameter - class org.apache.avalon.util.criteria.Parameter.
A parameter is an immutable class that contains a description of an allowable parameter within a crieria instance.
Parameter(String, Class) - Constructor for class org.apache.avalon.util.criteria.Parameter
Creation of a new required parameter constraint.
Parameter(String, Class, Object) - Constructor for class org.apache.avalon.util.criteria.Parameter
Creation of a new optional parameter constraint.
packException(Throwable) - Static method in class org.apache.avalon.util.exception.ExceptionHelper
Returns the exception and causal exceptions as a formatted string.
packException(Throwable, boolean) - Static method in class org.apache.avalon.util.exception.ExceptionHelper
Returns the exception and causal exceptions as a formatted string.
packException(String, Throwable) - Static method in class org.apache.avalon.util.exception.ExceptionHelper
Returns the exception and causal exceptions as a formatted string.
packException(String, Throwable, boolean) - Static method in class org.apache.avalon.util.exception.ExceptionHelper
Returns the exception and causal exceptions as a formatted string.
packException(String, Throwable[], boolean) - Static method in class org.apache.avalon.util.exception.ExceptionHelper
Returns the exception and causal exceptions as a formatted string.
put(Object, Object) - Method in class org.apache.avalon.util.criteria.Criteria
Set a named parameter of the criteria to a value.

R

REQUIRE_IMPLEMENTATION_CHANGE - Static variable in class org.apache.avalon.extension.Specification
Enum indicating that extension requires an upgrade of implementation to be compatible with other Package Specification.
REQUIRE_IMPLEMENTATION_UPGRADE - Static variable in class org.apache.avalon.extension.Extension
Enum indicating that extension requires an upgrade of implementation to be compatible with other extension.
REQUIRE_SPECIFICATION_UPGRADE - Static variable in class org.apache.avalon.extension.Extension
Enum indicating that extension requires an upgrade of specification to be compatible with other extension.
REQUIRE_SPECIFICATION_UPGRADE - Static variable in class org.apache.avalon.extension.Specification
Enum indicating that extension requires an upgrade of specification to be compatible with other Package Specification.
REQUIRE_VENDOR_SWITCH - Static variable in class org.apache.avalon.extension.Extension
Enum indicating that extension requires a vendor switch to be compatible with other extension.
REQUIRE_VENDOR_SWITCH - Static variable in class org.apache.avalon.extension.Specification
Enum indicating that extension requires a vendor switch to be compatible with other Package Specification.
ROLE - Static variable in interface org.apache.avalon.extension.manager.ExtensionManager
 
ResourceManager - class org.apache.avalon.util.i18n.ResourceManager.
Manager for resources.
Resources - class org.apache.avalon.util.i18n.Resources.
A class to simplify extracting localized strings, icons and other common resources from a ResourceBundle.
Resources(String) - Constructor for class org.apache.avalon.util.i18n.Resources
Constructor that builds a manager in default locale.
Resources(String, ClassLoader) - Constructor for class org.apache.avalon.util.i18n.Resources
Constructor that builds a manager in default locale using specified ClassLoader.
Resources(String, Locale) - Constructor for class org.apache.avalon.util.i18n.Resources
Constructor that builds a manager in specified locale.
Resources(String, Locale, ClassLoader) - Constructor for class org.apache.avalon.util.i18n.Resources
Constructor that builds a manager in specified locale.
removeExtensionManager(ExtensionManager) - Method in class org.apache.avalon.extension.manager.impl.DelegatingExtensionManager
Remove a repository from list of repositories delegated to to find Optional Packages.
removePackageRepository(ExtensionManager) - Method in class org.apache.avalon.extension.manager.impl.DelegatingExtensionManager
Deprecated. Use removeExtensionManager instead.
resolve(Object) - Method in class org.apache.avalon.util.criteria.PackedParameter
Resolve a supplied string or string array to a sttring array value.
resolve(Object) - Method in class org.apache.avalon.util.criteria.Parameter
Resolve a supplied argument to a value.
resolve(Class, Object) - Method in class org.apache.avalon.util.criteria.Parameter
Resolve a supplied argument to a value.

S

SPECIFICATION_TITLE - Static variable in class org.apache.avalon.extension.Specification
Manifest Attribute Name object for SPECIFICATION_TITLE.
SPECIFICATION_VENDOR - Static variable in class org.apache.avalon.extension.Extension
Manifest Attribute Name object for SPECIFICATION_VENDOR.
SPECIFICATION_VENDOR - Static variable in class org.apache.avalon.extension.Specification
Manifest Attribute Name object for SPECIFICATION_VENDOR.
SPECIFICATION_VERSION - Static variable in class org.apache.avalon.extension.Extension
Manifest Attribute Name object for SPECIFICATION_VERSION.
SPECIFICATION_VERSION - Static variable in class org.apache.avalon.extension.Specification
Manifest Attribute Name object for SPECIFICATION_VERSION.
SimpleDefaultsFinder - class org.apache.avalon.util.defaults.SimpleDefaultsFinder.
Attempts to discover defaults using an array of Properties as value sources.
SimpleDefaultsFinder(Properties) - Constructor for class org.apache.avalon.util.defaults.SimpleDefaultsFinder
Creates a simple defaults finder that searches a single source Properties instance for default values.
SimpleDefaultsFinder(Properties[], boolean) - Constructor for class org.apache.avalon.util.defaults.SimpleDefaultsFinder
Creates a simple defaults filder that searches a set of source Properties for default values.
Specification - class org.apache.avalon.extension.Specification.
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
Specification(String, String, String, String, String, String) - Constructor for class org.apache.avalon.extension.Specification
The constructor to create Package Specification object.
Specification(String, String, String, String, String, String, String[]) - Constructor for class org.apache.avalon.extension.Specification
The constructor to create Package Specification object.
SystemDefaultsFinder - class org.apache.avalon.util.defaults.SystemDefaultsFinder.
Finds default property values within the system properties.
SystemDefaultsFinder() - Constructor for class org.apache.avalon.util.defaults.SystemDefaultsFinder
Finds default property values within the system properties.
scanDependencies(Extension, Extension[]) - Method in class org.apache.avalon.extension.manager.PackageManager
Build a list of dependencies based on specified Extensions.
scanDependencies(Extension[], Extension[]) - Method in class org.apache.avalon.extension.manager.PackageManager
Build a list of dependencies based on specified Extension.
scanDependencies(Extension[], Extension[], List, List) - Method in class org.apache.avalon.extension.manager.PackageManager
Build a list of dependencies based on specified Extensions.
scanDependencies(Extension, Extension[], List, List) - Method in class org.apache.avalon.extension.manager.PackageManager
Build a list of dependencies based on specified Extension.
scanPath() - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Scan the path for this repository and reload all the "Optional Packages" found in the path.
setPath(String) - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Set the path for the Repository.
setPath(String[]) - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Set the path for the Repository.
setPath(File[]) - Method in class org.apache.avalon.extension.manager.impl.DefaultExtensionManager
Set the path for the Repository.

T

toFiles(OptionalPackage[]) - Static method in class org.apache.avalon.extension.manager.OptionalPackage
Convert a list of OptionalPackages into a list of Files.
toString() - Method in class org.apache.avalon.extension.Compatability
Return name of compatability level.
toString() - Method in class org.apache.avalon.extension.DeweyDecimal
Return string representation of DeweyDecimal.
toString() - Method in class org.apache.avalon.extension.Extension
Return a String representation of this object.
toString() - Method in class org.apache.avalon.extension.Specification
Return a String representation of this object.
toString() - Method in class org.apache.avalon.extension.manager.OptionalPackage
Return a String representation of this object.

U

USERNAME - Static variable in class org.apache.avalon.util.env.Env
user.name System property
UnsatisfiedExtensionException - exception org.apache.avalon.extension.manager.UnsatisfiedExtensionException.
Exception indicating an extension was not found in Package Repository.
UnsatisfiedExtensionException(Extension) - Constructor for class org.apache.avalon.extension.manager.UnsatisfiedExtensionException
Construct the UnsatisfiedPackageException for specified Extension.

A C D E F G I M N O P R S T U

Copyright © The Apache Software Foundation. All Rights Reserved.