Class WrapManifest01
-
- All Implemented Interfaces:
@Serializable() public final class WrapManifest01A data class representing a Wrap Manifest, which describes a WRAP package.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWrapManifest01.Companion
-
Constructor Summary
Constructors Constructor Description WrapManifest01(String version, String type, String name, Abi01 abi)
-
Method Summary
Modifier and Type Method Description final StringgetVersion()The version of the WRAP standard used in this package. final StringgetType()The type of wrapper package. final StringgetName()The name of the wrapper package. final Abi01getAbi()The ABI (Application Binary Interface) for this package. final ByteArrayserialize()Serializes the manifest to a ByteArray in MessagePack format. -
-
Method Detail
-
getVersion
final String getVersion()
The version of the WRAP standard used in this package.
-
-
-
-