public interface Configuration
Reflections
it is preferred to use ConfigurationBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsInput(String inputFqn)
the fully qualified name filter used to filter types to be scanned
|
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
|
MetadataAdapter getMetadataAdapter()
boolean acceptsInput(String inputFqn)
ExecutorService getExecutorService()
Serializer getSerializer()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.