public interface ClasspathScanner
| Modifier and Type | Method and Description |
|---|---|
Set<URL> |
getUrls() |
Set<String> |
scanResources(String pattern) |
Collection<Class<?>> |
scanSubTypesOf(Class<?> subType) |
Collection<Class<?>> |
scanSubTypesOf(String typeRegex) |
Collection<Class<?>> |
scanTypes(org.kametic.specifications.Specification<Class<?>> specification) |
Collection<Class<?>> |
scanTypes(String typeRegex) |
Collection<Class<?>> |
scanTypesAnnotatedBy(Class<? extends Annotation> annotationType) |
Collection<Class<?>> |
scanTypesAnnotatedBy(String annotationTypeRegex) |
Collection<Class<?>> |
scanTypesMetaAnnotated(Class<? extends Annotation> annotationType) |
Collection<Class<?>> |
scanTypesMetaAnnotated(String metaAnnotationRegex) |
Collection<Class<?>> scanTypes(String typeRegex)
Collection<Class<?>> scanTypes(org.kametic.specifications.Specification<Class<?>> specification)
Collection<Class<?>> scanTypesAnnotatedBy(Class<? extends Annotation> annotationType)
Collection<Class<?>> scanTypesAnnotatedBy(String annotationTypeRegex)
Collection<Class<?>> scanTypesMetaAnnotated(Class<? extends Annotation> annotationType)
Collection<Class<?>> scanTypesMetaAnnotated(String metaAnnotationRegex)
Collection<Class<?>> scanSubTypesOf(Class<?> subType)
Collection<Class<?>> scanSubTypesOf(String typeRegex)
Copyright © 2012-2016. All Rights Reserved.