Class ArtifactManifestPlatform


  • public final class ArtifactManifestPlatform
    extends Object
    The artifact's platform, consisting of operating system and architecture.
    • Constructor Detail

      • ArtifactManifestPlatform

        public ArtifactManifestPlatform()
    • Method Detail

      • getDigest

        public String getDigest()
        Get the digest property: Manifest digest.
        Returns:
        the digest value.
      • getArchitecture

        public ArtifactArchitecture getArchitecture()
        Get the architecture property: CPU architecture.
        Returns:
        the architecture value.
      • getOperatingSystem

        public ArtifactOperatingSystem getOperatingSystem()
        Get the operatingSystem property: Operating system.
        Returns:
        the operatingSystem value.