Uses of Interface
org.eclipse.sisu.space.ClassSpace
-
Packages that use ClassSpace Package Description org.eclipse.sisu.launch Utilities to test, launch, and extend Sisu applications.org.eclipse.sisu.plexus Sisu-Plexus backend implementation.org.eclipse.sisu.space Customizable scanning of bean implementations. -
-
Uses of ClassSpace in org.eclipse.sisu.launch
Methods in org.eclipse.sisu.launch that return ClassSpace Modifier and Type Method Description ClassSpaceInjectedTest. space()ClassSpaceInjectedTestCase. space()Methods in org.eclipse.sisu.launch with parameters of type ClassSpace Modifier and Type Method Description static SisuExtensionsSisuExtensions. global(ClassSpace space)Returns globalSisuExtensionsfrom the surrounding class space.static SisuExtensionsSisuExtensions. local(ClassSpace space)Returns localSisuExtensionsfrom the containing class space. -
Uses of ClassSpace in org.eclipse.sisu.plexus
Methods in org.eclipse.sisu.plexus with parameters of type ClassSpace Modifier and Type Method Description voidPlexusTypeVisitor. enterSpace(ClassSpace _space)Constructors in org.eclipse.sisu.plexus with parameters of type ClassSpace Constructor Description ComponentDescriptorBeanModule(ClassSpace space, List<ComponentDescriptor<?>> descriptors)PlexusAnnotatedBeanModule(ClassSpace space, Map<?,?> variables)Creates a bean source that scans the given class space for Plexus annotations using the given scanner.PlexusAnnotatedBeanModule(ClassSpace space, Map<?,?> variables, BeanScanning scanning)Creates a bean source that scans the given class space for Plexus annotations using the given scanner.PlexusSpaceModule(ClassSpace space)PlexusSpaceModule(ClassSpace space, BeanScanning scanning)PlexusXmlBeanModule(ClassSpace space, Map<?,?> variables)Creates a bean source that only scans the local class space for XML resources.PlexusXmlBeanModule(ClassSpace space, Map<?,?> variables, URL plexusXml)Creates a bean source that scans all the surrounding class spaces for XML resources. -
Uses of ClassSpace in org.eclipse.sisu.space
Classes in org.eclipse.sisu.space that implement ClassSpace Modifier and Type Class Description classBundleClassSpaceClassSpacebacked by a strongly-referencedBundle.classCloningClassSpaceClassSpacethat can create multiple (deferred) copies of the same implementation type.classURLClassSpaceMethods in org.eclipse.sisu.space with parameters of type ClassSpace Modifier and Type Method Description voidQualifiedTypeVisitor. enterSpace(ClassSpace _space)voidSisuIndex. enterSpace(ClassSpace _space)voidSpaceVisitor. enterSpace(ClassSpace space)Enters the class space.Enumeration<URL>ClassFinder. findClasses(ClassSpace space)Searches the givenClassSpaceforClassresources.Enumeration<URL>DefaultClassFinder. findClasses(ClassSpace space)Enumeration<URL>IndexedClassFinder. findClasses(ClassSpace space)voidSisuIndex. index(ClassSpace _space)Iterable<String>IndexedClassFinder. indexedNames(ClassSpace space)static booleanQualifiedTypeVisitor. verify(ClassSpace space, Class<?>... specification)Constructors in org.eclipse.sisu.space with parameters of type ClassSpace Constructor Description CloningClassSpace(ClassSpace parent)SpaceModule(ClassSpace space)SpaceModule(ClassSpace space, BeanScanning scanning)SpaceModule(ClassSpace space, ClassFinder finder)SpaceScanner(ClassSpace space)SpaceScanner(ClassSpace space, ClassFinder finder)
-