Interface | Description |
---|---|
TracingUtilities.Loader |
Class | Description |
---|---|
AbstractFactory | |
AbstractModulesRegistryImpl |
The Modules Registry maintains the registry of all available module.
|
AbstractRepositoryImpl |
Partial implementation of
Repository
that statically enumerates all ModuleDefinition
upfront. |
AdapterIterator<T,U> |
Iterator implementation that works as a filter to another iterator. |
ByteArrayInhabitantsDescriptor |
Implementation of
InhabitantsDescriptor that loads the inhabitants
meta-data from a byte array (usually coming from a inhabitant file). |
CompositeEnumeration |
We need a compound enumeration so that we can aggregate the results from
various delegates.
|
DefaultModuleDefinition |
ModuleDefinition implementation that picks up most of the module
properties from the manifest file of the jar, as baked in by
the hk2-maven-plugin. |
DirectoryBasedRepository |
This class is a directory based repository implementation.
|
FlattenEnumeration<T> |
Equivalent of FlattenIterator for enumeration
|
FlattenIterator<T> |
Iterator implementation that works like Lisp "flatten" function. |
Jar |
Abstraction of
JarFile so that we can handle
both a jar file and a directory image transparently. |
LogHelper |
The logging relataed methods have been refactored out of Utils class
which exists in impl module.
|
ModuleId |
Class representing the primary Key for a
Module . |
Tokenizer |
JDK5-friendly string tokenizer.
|
TracingUtilities |
hk2 and modules usage tracing utilities.
|
Copyright © 2009–2023 Oracle Corporation. All rights reserved.