|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
Configuration is used to create a configured instance of Reflections
it is preferred to use ConfigurationBuilder
| Method Summary | |
|---|---|
boolean |
acceptsInput(String inputFqn)
the fully qualified name filter used to filter types to be scanned |
ClassLoader[] |
getClassLoaders()
get class loaders, might be used for resolving methods/fields |
ExecutorService |
getExecutorService()
executor service used to scan files if null, scanning is done in a simple for loop |
MetadataAdapter |
getMetadataAdapter()
the metadata adapter used to fetch metadata from classes |
Set<Scanner> |
getScanners()
the scanner instances used for scanning different metadata |
Serializer |
getSerializer()
the default serializer to use when saving Reflection |
Set<URL> |
getUrls()
the urls to be scanned |
| Method Detail |
|---|
Set<Scanner> getScanners()
Set<URL> getUrls()
MetadataAdapter getMetadataAdapter()
boolean acceptsInput(String inputFqn)
ExecutorService getExecutorService()
Serializer getSerializer()
ClassLoader[] getClassLoaders()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||