com.github.manosbatsis.corda.testacles.containers.util / JarUtil / getClassnameFile
getClassnameFile¶
fun getClassnameFile(url:
URL
):
File
Converts the given URL string to its corresponding File.
Parameters¶
urlString
- The URL to convert.
Exceptions¶
IllegalArgumentException
- if the URL does not correspond to a file.
Return A file path suitable for use with e.g. FileInputStream