-
- 所有已知实现类:
SharedClassScanner
@Bean public interface IClassScanner
类搜索器,在BeanManager获取
-
-
方法详细资料
-
scan
@Contract @NotNull @NotNull List<String> scan(@NotNull @NotNull File file, @NotNull @NotNull List<String> list) throws ScanException
- 抛出:
ScanException
-
scan
@Contract @NotNull @NotNull List<String> scan(@NotNull @NotNull Class c, @NotNull @NotNull List<String> list) throws ScanException
- 抛出:
ScanException
-
scan
@Contract @NotNull @NotNull List<String> scan(@NotNull @NotNull URL url, @NotNull @NotNull List<String> list) throws ScanException
- 抛出:
ScanException
-
-