public interface Scanner
Modifier and Type | Method and Description |
---|---|
void |
addExcludeFilter(TypeFilter filter) |
void |
addIncludeFilter(TypeFilter filter) |
List<Class<?>> |
getClassList() |
void |
removeExcludeFilter(TypeFilter filter) |
void |
removeIncludeFilter(TypeFilter filter) |
void |
scan() |
void |
setBasePackage(String[] basePackage) |
void scan()
void addIncludeFilter(TypeFilter filter)
void addExcludeFilter(TypeFilter filter)
void removeIncludeFilter(TypeFilter filter)
void removeExcludeFilter(TypeFilter filter)
void setBasePackage(String[] basePackage)
Copyright © 2018 Brandao. All rights reserved.