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 of(path: String? = null, jarLeaf: String? = null, loaders: Collection<ClassLoader> = emptyList(), excludes: Collection<String> = emptyList(), fineTune: FineTune? = null): Scanner