Uses of Class
io.github.classgraph.ClassInfo.ClassType
-
Packages that use ClassInfo.ClassType Package Description io.github.classgraph -
-
Uses of ClassInfo.ClassType in io.github.classgraph
Methods in io.github.classgraph that return ClassInfo.ClassType Modifier and Type Method Description static ClassInfo.ClassType
ClassInfo.ClassType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClassInfo.ClassType[]
ClassInfo.ClassType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.classgraph with parameters of type ClassInfo.ClassType Modifier and Type Method Description private ClassInfo.ReachableAndDirectlyRelatedClasses
ClassInfo. filterClassInfo(ClassInfo.RelType relType, boolean strictAccept, ClassInfo.ClassType... classTypes)
Get the classes related to this one (the transitive closure) for the given relationship type, and those directly related.private static java.util.Set<ClassInfo>
ClassInfo. filterClassInfo(java.util.Collection<ClassInfo> classes, ScanSpec scanSpec, boolean strictAccept, ClassInfo.ClassType... classTypes)
Filter classes according to scan spec and class type.
-