Uses of Class
org.eclipse.sisu.space.BeanScanning
-
Packages that use BeanScanning Package Description org.eclipse.sisu.launch Utilities to test, launch, and extend Sisu applications.org.eclipse.sisu.space Customizable scanning of bean implementations. -
-
Uses of BeanScanning in org.eclipse.sisu.launch
Methods in org.eclipse.sisu.launch that return BeanScanning Modifier and Type Method Description BeanScanning
InjectedTest. scanning()
BeanScanning
InjectedTestCase. scanning()
Methods in org.eclipse.sisu.launch with parameters of type BeanScanning Modifier and Type Method Description static com.google.inject.Module
Main. wire(BeanScanning scanning, com.google.inject.Module... bindings)
-
Uses of BeanScanning in org.eclipse.sisu.space
Methods in org.eclipse.sisu.space that return BeanScanning Modifier and Type Method Description static BeanScanning
BeanScanning. select(java.util.Map<?,?> properties)
Selects the property named "org.eclipse.sisu.space.BeanScanning" and attempts to map its value to aBeanScanning
literal, ignoring case.static BeanScanning
BeanScanning. 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)
-