class Resources
(source)
Methods for resolving resources. Supports recursive discovery and glob matching on the filesystem and in jar archives.
static fun find(glob: String): Stream<URL> static fun find(classLoader: ClassLoader?, glob: String): Stream<URL>
Resolve resources using the default class loader. |