Uses of Interface
org.sonatype.guice.bean.reflect.ClassSpace

Packages that use ClassSpace
org.sonatype.guice.bean.binders Automatic bean binding. 
org.sonatype.guice.bean.reflect Bean reflection and introspection. 
org.sonatype.guice.bean.scanners ASM-based bean scanning. 
org.sonatype.guice.plexus.binders   
org.sonatype.guice.plexus.scanners   
 

Uses of ClassSpace in org.sonatype.guice.bean.binders
 

Constructors in org.sonatype.guice.bean.binders with parameters of type ClassSpace
SpaceModule(ClassSpace space)
           
 

Uses of ClassSpace in org.sonatype.guice.bean.reflect
 

Classes in org.sonatype.guice.bean.reflect that implement ClassSpace
 class BundleClassSpace
          ClassSpace backed by a strongly-referenced Bundle.
 class URLClassSpace
          ClassSpace backed by a strongly-referenced ClassLoader and a URL class path.
 

Uses of ClassSpace in org.sonatype.guice.bean.scanners
 

Methods in org.sonatype.guice.bean.scanners with parameters of type ClassSpace
 void ClassSpaceVisitor.visit(ClassSpace space)
          Visits the start of the class space.
 void QualifiedTypeVisitor.visit(ClassSpace _space)
           
 

Constructors in org.sonatype.guice.bean.scanners with parameters of type ClassSpace
ClassSpaceScanner(ClassSpace space)
           
 

Uses of ClassSpace in org.sonatype.guice.plexus.binders
 

Constructors in org.sonatype.guice.plexus.binders with parameters of type ClassSpace
PlexusAnnotatedBeanModule(ClassSpace space, java.util.Map<?,?> variables)
          Creates a bean source that scans the given class space for Plexus annotations using the given scanner.
PlexusAnnotatedBeanModule(ClassSpace space, java.util.Map<?,?> variables, boolean caching)
          Creates a bean source that scans the given class space for Plexus annotations using the given scanner.
PlexusXmlBeanModule(ClassSpace space, java.util.Map<?,?> variables)
          Creates a bean source that only scans the local class space for XML resources.
PlexusXmlBeanModule(ClassSpace space, java.util.Map<?,?> variables, java.net.URL plexusXml)
          Creates a bean source that scans all the surrounding class spaces for XML resources.
 

Uses of ClassSpace in org.sonatype.guice.plexus.scanners
 

Methods in org.sonatype.guice.plexus.scanners with parameters of type ClassSpace
 java.util.Map<org.codehaus.plexus.component.annotations.Component,DeferredClass<?>> PlexusXmlScanner.scan(ClassSpace space, boolean root)
           
 void PlexusTypeVisitor.visit(ClassSpace _space)
           
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.