Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner.classpath | |
io.github.lukehutch.fastclasspathscanner.classpath.classloaderhandlers |
Modifier and Type | Method and Description |
---|---|
boolean |
ClassLoaderHandler.handle(ClassLoader classloader,
ClasspathFinder classpathFinder)
Determine if a given ClassLoader can be handled (meaning that its classpath elements can be extracted from
it), and if it can, extract the classpath elements from the ClassLoader and register them with the
ClasspathFinder using classpathFinder.addClasspathElement(pathElement) or
classpathFinder.addClasspathElements(path).
|
Modifier and Type | Method and Description |
---|---|
boolean |
JBossClassLoaderHandler.handle(ClassLoader classloader,
ClasspathFinder classpathFinder) |
boolean |
EquinoxClassLoaderHandler.handle(ClassLoader classloader,
ClasspathFinder classpathFinder) |
boolean |
WeblogicClassLoaderHandler.handle(ClassLoader classloader,
ClasspathFinder classpathFinder) |
Copyright © 2016. All rights reserved.