packaging / net.corda.packaging / Cpk / Expanded / copy

copy

fun copy(mainJar: Path = this.mainJar, libraries: Set<Path> = this.libraries, cpkFile: Path = this.cpkFile, type: Type = this.type, cpkHash: SecureHash = this.cpkHash, cpkManifest: Manifest = this.cpkManifest, cordappJarFileName: String = this.cordappJarFileName, cordappHash: SecureHash = this.cordappHash, cordappCertificates: Set<Certificate> = this.cordappCertificates, cordappManifest: CordappManifest = this.cordappManifest, libraryDependencies: NavigableMap<String, SecureHash> = this.libraryDependencies, dependencies: NavigableSet<Identifier> = this.dependencies): Expanded