Package com.tccc.kos.commons.manifest
Class BaseDeviceManifest
java.lang.Object
com.tccc.kos.commons.manifest.BaseDeviceManifest
- Direct Known Subclasses:
InstallViewDeviceManifest
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
-
BaseDeviceManifest
public BaseDeviceManifest()
-
-
Method Details
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version)
-