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