public class BambooReflectionsUtils extends Object
| Constructor and Description |
|---|
BambooReflectionsUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.reflections.Reflections |
createReflections(Collection<File> jars) |
static <T> Stream<Class<? extends T>> |
getConcreteSubtypes(org.reflections.Reflections reflections,
Class<T> compileTimeType) |
static Iterable<Class<?>> |
getSubTypesOf(org.reflections.Reflections reflections,
Class<?> type) |
@NotNull
public static org.reflections.Reflections createReflections(@Nullable
Collection<File> jars)
public static Iterable<Class<?>> getSubTypesOf(org.reflections.Reflections reflections, Class<?> type)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.