Companion

object Companion

Functions

Link copied to clipboard
fun callerBased(refinedSubpackage: String? = null, excludes: Collection<String> = emptyList(), fineTune: FineTune? = null): Scanner

Creates a new instance of the scanner with the callers class loader, the callers jar leaf, and the callers package path.

Link copied to clipboard
fun global(fineTune: FineTune? = null): Scanner

Creates a new instance of the scanner that scans all classloaders and all paths.

Link copied to clipboard
fun of(path: String? = null, jarLeaf: String? = null, loaders: Collection<ClassLoader> = emptyList(), excludes: Collection<String> = emptyList(), fineTune: FineTune? = null): Scanner
Link copied to clipboard
fun ofJar(jarLeaf: String, excludes: Collection<String> = emptyList(), fineTune: FineTune? = null): Scanner