packaging / net.corda.packaging / Cpb / Expanded

Expanded

class Expanded : Cpb

Constructors

<init>

Expanded(identifier: Identifier, metadata: MetaData, cpks: Iterable<Expanded>)

Properties

cpks

val cpks: Iterable<Expanded>

Companion Object Functions

from

Create an Cpb.Expanded instance reading the file the from inputStream, the CPK will also be extracted in expansionLocation if that is non-null, otherwise a temporary directory wil be created for purpose of extracting the Cpb content

fun from(inputStream: InputStream, expansionLocation: Path?, cpbLocation: String? = null, verifySignature: Boolean = jarSignatureVerificationEnabledByDefault()): Expanded