Class ReactiveScanner
- java.lang.Object
-
- org.contextfx.components.Scanner
-
- org.contextfx.reactive.components.ReactiveScanner
-
public class ReactiveScanner extends Scanner
This class scann all reactive components- Version:
- 1.0.0
- Author:
- Ramon Rangel Osorio <ramon.rangel@protonmail.com>
-
-
Constructor Summary
Constructors Constructor Description ReactiveScanner(Class<? extends javafx.application.Application> application)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<?>>getClasses()Returns the list of classes.voidreactiveScan()Performs a reactive scan of the classes and registers them with the ReactiveContainer.-
Methods inherited from class org.contextfx.components.Scanner
scan, scanClasses, scanClassesInJar
-
-
-
-
Constructor Detail
-
ReactiveScanner
public ReactiveScanner(Class<? extends javafx.application.Application> application)
-
-
Method Detail
-
reactiveScan
public void reactiveScan()
Performs a reactive scan of the classes and registers them with the ReactiveContainer. This method filters the classes based on different annotations and registers them in the ReactiveContainer with their respective identifiers.
-
getClasses
public List<Class<?>> getClasses()
Returns the list of classes.- Overrides:
getClassesin classScanner- Returns:
- the list of classes
-
-