corda/tools
Ross Nicoll 3d577e5eed CORDA-499: Remove further Kt classes (#1489)
* Change how NetworkHostAndPort is parsed

Change from using a global extension function to parse
NetworkHostAndPort strings, into using a function on the companion
object. This is a lot easier for Java interop and matches the common
style used elsewhere both in Corda and in Java libraries.

* Move JAR extraction into new utils file

* Move path verification function to ArtemisUtils

Move path verification function "requireOnDefaultFileSystem()" to new
ArtemisUtils.kt file, as this makes more sense from a Java interop
perspective.

* Add JvmName to AMQPSchemaExtensions

* Add JvmName to AMQPSerializationScheme

* Revert "Move JAR extraction into new utils file"

This reverts commit 1f0f41909b68ff21cc24b5efd6a1a360393a0a14.

* Reformat code

* Run formatter on ArtemisUtils
2017-09-14 17:34:01 +01:00
..
demobench CORDA-499: Remove further Kt classes (#1489) 2017-09-14 17:34:01 +01:00
explorer Clean up CordaX500Name (#1487) 2017-09-12 13:08:43 +01:00
graphs Add cordaCompile to graphs (#1282) 2017-08-29 11:45:19 +01:00
loadtest Enable anonymisation (#1073) 2017-09-11 14:29:37 +01:00