Class DeviceManifestVersion

java.lang.Object
com.tccc.kos.commons.manifest.DeviceManifestVersion
Direct Known Subclasses:
InstallManifest

public class DeviceManifestVersion extends Object
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 Details

    • DeviceManifestVersion

      public DeviceManifestVersion()
  • Method Details

    • getVersion

      public int getVersion()
    • setVersion

      public void setVersion(int version)