open static fun convertToClasspathResourcePaths(clazz: Class<*>, vararg paths: String): Array<String>
Convert the supplied paths to classpath resource paths.
For each of the supplied paths:
"context.xml" — will be treated as a classpath resource that is relative to the package in which the specified class is defined. "/org/example/schema.sql". classpath:, file:, http:, etc.) will be cleaned but otherwise unmodified.
clazz - the class with which the paths are associated
paths - the paths to be converted
Return
a new array of converted resource paths
See Also
#convertToResources