Class ClasspathOrder.ClasspathEntry
java.lang.Object
nonapi.io.github.classgraph.classpath.ClasspathOrder.ClasspathEntry
- Enclosing class:
ClasspathOrder
A classpath element and the
ClassLoader
it was obtained from.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ClassLoader
The classloader the classpath element was obtained from.final Object
-
Constructor Summary
ConstructorsConstructorDescriptionClasspathEntry
(Object classpathEntryObj, ClassLoader classLoader) Constructor. -
Method Summary
-
Field Details
-
classpathEntryObj
-
classLoader
The classloader the classpath element was obtained from.
-
-
Constructor Details
-
Method Details