com.github.manosbatsis.corda.testacles.containers.util / JarUtil
JarUtil¶
object JarUtil
Properties¶
Name | Summary |
---|---|
fileUriMatchRegex | val fileUriMatchRegex: Regex |
Functions¶
Name | Summary |
---|---|
getClassnameFile | fun getClassnameFile(url: URL ): File Converts the given URL string to its corresponding File. |
getClassnameUrl | fun getClassnameUrl(classname: String ): URL ? Gets the base location of the given classname. |