Class AbstractClasspathScanner
- java.lang.Object
-
- io.nuun.kernel.core.internal.scanner.AbstractClasspathScanner
-
- All Implemented Interfaces:
ClasspathScanner
- Direct Known Subclasses:
ClasspathScannerDisk
public abstract class AbstractClasspathScanner extends Object implements ClasspathScanner
- Author:
- epo.jemba@kametic.com
-
-
Constructor Summary
Constructors Constructor Description AbstractClasspathScanner(boolean reachAbstractClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<Class<?>>postTreatment(Collection<Class<?>> set)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.nuun.kernel.core.internal.scanner.ClasspathScanner
getUrls, scanResources, scanSubTypesOf, scanSubTypesOf, scanTypes, scanTypes, scanTypesAnnotatedBy, scanTypesAnnotatedBy, scanTypesMetaAnnotated, scanTypesMetaAnnotated
-
-
-
-
Method Detail
-
postTreatment
protected Collection<Class<?>> postTreatment(@Nullable Collection<Class<?>> set)
-
-