spring-framework / org.springframework.test.context.util / TestContextResourceUtils / convertToClasspathResourcePaths

convertToClasspathResourcePaths

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:

Parameters

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