|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeferredClass | |
---|---|
org.sonatype.guice.bean.reflect | Bean reflection and introspection. |
org.sonatype.guice.plexus.annotations | |
org.sonatype.guice.plexus.binders | |
org.sonatype.guice.plexus.scanners |
Uses of DeferredClass in org.sonatype.guice.bean.reflect |
---|
Classes in org.sonatype.guice.bean.reflect that implement DeferredClass | |
---|---|
class |
LoadedClass<T>
Pseudo DeferredClass backed by an already loaded Class . |
Methods in org.sonatype.guice.bean.reflect that return DeferredClass | |
---|---|
DeferredClass<?> |
URLClassSpace.deferLoadClass(java.lang.String name)
|
DeferredClass<?> |
BundleClassSpace.deferLoadClass(java.lang.String name)
|
DeferredClass<?> |
ClassSpace.deferLoadClass(java.lang.String name)
Defers loading of the named class from the surrounding class space. |
DeferredClass<T> |
DeferredProvider.getImplementationClass()
|
Uses of DeferredClass in org.sonatype.guice.plexus.annotations |
---|
Constructors in org.sonatype.guice.plexus.annotations with parameters of type DeferredClass | |
---|---|
RequirementImpl(DeferredClass<?> role,
boolean optional,
java.util.List<java.lang.String> hints)
|
Uses of DeferredClass in org.sonatype.guice.plexus.binders |
---|
Methods in org.sonatype.guice.plexus.binders with parameters of type DeferredClass | |
---|---|
void |
PlexusTypeBinder.hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> clazz,
java.lang.Object source)
|
Uses of DeferredClass in org.sonatype.guice.plexus.scanners |
---|
Methods in org.sonatype.guice.plexus.scanners that return types with arguments of type DeferredClass | |
---|---|
java.util.Map<org.codehaus.plexus.component.annotations.Component,DeferredClass<?>> |
PlexusXmlScanner.scan(ClassSpace space,
boolean root)
|
Methods in org.sonatype.guice.plexus.scanners with parameters of type DeferredClass | |
---|---|
void |
PlexusTypeListener.hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> implementation,
java.lang.Object source)
Invoked when the PlexusTypeListener finds a Plexus component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |