public class BambooReflectionsUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<String> |
INPUTS_FILTER |
| 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) |
public static final com.google.common.base.Predicate<String> INPUTS_FILTER
@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.