java.lang.Object
org.elasticsearch.injection.guice.spi.Elements
Exposes elements of a module so they can be inspected or validated.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElements
(Iterable<? extends Module> modules) Records the elements executed bymodules
.getElements
(Module... modules) Records the elements executed bymodules
.
-
Constructor Details
-
Elements
public Elements()
-
-
Method Details
-
getElements
Records the elements executed bymodules
. -
getElements
Records the elements executed bymodules
.
-