Package | Description |
---|---|
org.reflections | |
org.reflections.scanners | |
org.reflections.util |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
Reflections.configuration |
Modifier and Type | Method and Description |
---|---|
Configuration |
Reflections.getConfiguration()
returns the
Configuration object of this instance |
Constructor and Description |
---|
Reflections(Configuration configuration)
constructs a Reflections instance and scan according to given
Configuration |
Modifier and Type | Method and Description |
---|---|
Configuration |
AbstractScanner.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractScanner.setConfiguration(Configuration configuration) |
void |
Scanner.setConfiguration(Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationBuilder
a fluent builder for
Configuration , to be used for constructing a Reflections instance |
Copyright © 2022. All rights reserved.