Uses of Class
org.eclipse.sisu.space.BeanScanning
-
Packages that use BeanScanning Package Description org.codehaus.plexus 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 BeanScanning in org.codehaus.plexus
Fields in org.codehaus.plexus declared as BeanScanning Modifier and Type Field Description private BeanScanningDefaultPlexusContainer. scanningMethods in org.codehaus.plexus that return BeanScanning Modifier and Type Method Description private static BeanScanningDefaultPlexusContainer. parseScanningOption(java.lang.String scanning) -
Uses of BeanScanning in org.eclipse.sisu.launch
Methods in org.eclipse.sisu.launch that return BeanScanning Modifier and Type Method Description BeanScanningInjectedTest. scanning()BeanScanningInjectedTestCase. scanning()Methods in org.eclipse.sisu.launch with parameters of type BeanScanning Modifier and Type Method Description static com.google.inject.ModuleMain. wire(BeanScanning scanning, com.google.inject.Module... bindings) -
Uses of BeanScanning in org.eclipse.sisu.plexus
Fields in org.eclipse.sisu.plexus declared as BeanScanning Modifier and Type Field Description private BeanScanningPlexusSpaceModule. scanningConstructors in org.eclipse.sisu.plexus with parameters of type BeanScanning Constructor Description 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.PlexusSpaceModule(ClassSpace space, BeanScanning scanning) -
Uses of BeanScanning in org.eclipse.sisu.space
Methods in org.eclipse.sisu.space that return BeanScanning Modifier and Type Method Description static BeanScanningBeanScanning. select(java.util.Map<?,?> properties)Selects the property named "org.eclipse.sisu.space.BeanScanning" and attempts to map its value to aBeanScanningliteral, ignoring case.static BeanScanningBeanScanning. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BeanScanning[]BeanScanning. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.sisu.space with parameters of type BeanScanning Constructor Description SpaceModule(ClassSpace space, BeanScanning scanning)
-