Uses of Enum Class
org.eclipse.sisu.space.BeanScanning
Packages that use BeanScanning
Package
Description
Utilities to test, launch, and extend Sisu applications.
Sisu-Plexus backend implementation.
Customizable scanning of bean implementations.
-
Uses of BeanScanning in org.codehaus.plexus
Fields in org.codehaus.plexus declared as BeanScanningMethods in org.codehaus.plexus that return BeanScanningModifier and TypeMethodDescriptionprivate static BeanScanning
DefaultPlexusContainer.parseScanningOption
(String scanning) -
Uses of BeanScanning in org.eclipse.sisu.launch
Methods in org.eclipse.sisu.launch that return BeanScanningMethods in org.eclipse.sisu.launch with parameters of type BeanScanningModifier and TypeMethodDescriptionstatic com.google.inject.Module
Main.wire
(BeanScanning scanning, com.google.inject.Module... bindings) -
Uses of BeanScanning in org.eclipse.sisu.plexus
Fields in org.eclipse.sisu.plexus declared as BeanScanningConstructors in org.eclipse.sisu.plexus with parameters of type BeanScanningModifierConstructorDescriptionPlexusAnnotatedBeanModule
(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, BeanScanning scanning) -
Uses of BeanScanning in org.eclipse.sisu.space
Methods in org.eclipse.sisu.space that return BeanScanningModifier and TypeMethodDescriptionstatic BeanScanning
Selects the property named "org.eclipse.sisu.space.BeanScanning" and attempts to map its value to aBeanScanning
literal, ignoring case.static BeanScanning
Returns the enum constant of this class with the specified name.static BeanScanning[]
BeanScanning.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.sisu.space with parameters of type BeanScanning