org.reflections.scanners
Interface Scanner
- All Known Implementing Classes:
- AbstractScanner, FieldAnnotationsScanner, MethodAnnotationsScanner, MethodParameterScanner, ResourcesScanner, SubTypesScanner, TypeAnnotationsScanner, TypeElementsScanner
public interface Scanner
setConfiguration
void setConfiguration(Configuration configuration)
getStore
com.google.common.collect.Multimap<String,String> getStore()
setStore
void setStore(com.google.common.collect.Multimap<String,String> store)
filterResultsBy
Scanner filterResultsBy(com.google.common.base.Predicate<String> filter)
acceptsInput
boolean acceptsInput(String file)
scan
Object scan(Vfs.File file,
@Nullable
Object classObject)
acceptResult
boolean acceptResult(String fqn)
Copyright © 2013. All Rights Reserved.