Package org.reflections.scanners
Interface Scanner
- All Known Implementing Classes:
AbstractScanner,FieldAnnotationsScanner,MemberUsageScanner,MethodAnnotationsScanner,MethodParameterNamesScanner,MethodParameterScanner,ResourcesScanner,SubTypesScanner,TypeAnnotationsScanner,TypeElementsScanner
public interface Scanner
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptResult(String fqn) booleanacceptsInput(String file) filterResultsBy(Predicate<String> filter) voidsetConfiguration(Configuration configuration)
-
Method Details
-
setConfiguration
-
filterResultsBy
-
acceptsInput
-
scan
-
acceptResult
-