public class ClasspathFinder extends Object
Modifier and Type | Method and Description |
---|---|
ClassLoader[] |
getClassLoaderOrder()
Get the order in which ClassLoaders are called to load classes.
|
List<io.github.lukehutch.fastclasspathscanner.scanner.RelativePath> |
getRawClasspathElements()
Get the raw classpath elements obtained from ClassLoaders.
|
public List<io.github.lukehutch.fastclasspathscanner.scanner.RelativePath> getRawClasspathElements()
public ClassLoader[] getClassLoaderOrder()
Copyright © 2018. All rights reserved.