| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.classfileparser |
| Modifier and Type | Method and Description |
|---|---|
static ClassInfo.ClassType |
ClassInfo.ClassType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ClassInfo> |
ClassInfo.filterClassInfo(Set<ClassInfo> classInfoSet,
boolean removeExternalClasses,
ClassInfo.ClassType... classTypes)
Get the ClassInfo objects for the classes related to this one in the specified way.
|
Copyright © 2016. All rights reserved.