Package | Description |
---|---|
org.eclipse.sisu.inject |
Dynamic bean lookup across multiple injectors.
|
org.eclipse.sisu.plexus |
Sisu-Plexus backend implementation.
|
org.eclipse.sisu.space |
Customizable scanning of bean implementations.
|
Modifier and Type | Method and Description |
---|---|
DeferredClass<T> |
DeferredProvider.getImplementationClass() |
Modifier and Type | Method and Description |
---|---|
void |
PlexusTypeListener.hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> implementation,
Object source)
Invoked when the
PlexusTypeListener finds a Plexus component. |
void |
PlexusTypeBinder.hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> clazz,
Object source) |
Constructor and Description |
---|
RequirementImpl(DeferredClass<?> role,
boolean optional,
List<String> hints) |
Modifier and Type | Class and Description |
---|---|
class |
LoadedClass<T>
Pseudo
DeferredClass backed by an already loaded Class . |
Modifier and Type | Method and Description |
---|---|
DeferredClass<?> |
CloningClassSpace.cloneClass(String name) |
DeferredClass<?> |
ClassSpace.deferLoadClass(String name)
Defers loading of the named class from the surrounding class space.
|
DeferredClass<?> |
BundleClassSpace.deferLoadClass(String name) |
DeferredClass<?> |
URLClassSpace.deferLoadClass(String name) |
Copyright © 2024. All rights reserved.