tuweni / org.apache.tuweni.io / Resources

Resources

class Resources (source)

Methods for resolving resources. Supports recursive discovery and glob matching on the filesystem and in jar archives.

Functions

find

static fun find(glob: String): Stream<URL>
static fun find(classLoader: ClassLoader?, glob: String): Stream<URL>

Resolve resources using the default class loader.