Package com.tccc.kos.commons.manifest
Class DeviceManifestVersion
java.lang.Object
com.tccc.kos.commons.manifest.DeviceManifestVersion
- Direct Known Subclasses:
InstallManifest
Base class for all future
DeviceManifest
implementations
which contains just the manifest version. This is sufficient for
builders, factories, etc... to decide how to handle the manifest
and offers some forward compatibility with future manifests.- Version:
- 2023-10-01
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DeviceManifestVersion
public DeviceManifestVersion()
-
-
Method Details
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version)
-