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.bean.scanners.index Component index support (META-INF/sisu). 
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)
           
SpaceModule(ClassSpace space, BeanScanning scanning)
           
 

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
 java.util.Enumeration<java.net.URL> ClassFinder.findClasses(ClassSpace space)
          Searches the given ClassSpace for Class resources.
 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(ClassFinder finder, ClassSpace space)
           
ClassSpaceScanner(ClassSpace space)
           
 

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

Methods in org.sonatype.guice.bean.scanners.index with parameters of type ClassSpace
 java.util.Enumeration<java.net.URL> SisuIndexFinder.findClasses(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, BeanScanning scanning)
          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.