Interface MacPackageMixin

All Known Subinterfaces:
MacDmgPackage, MacPackage, MacPkgPackage
All Known Implementing Classes:
MacPackageMixin.Stub

public interface MacPackageMixin
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets sign status of the predefined app image.
  • Method Details

    • predefinedAppImageSigned

      Optional<Boolean> predefinedAppImageSigned()
      Gets sign status of the predefined app image.

      Returns Optional.of(Boolean.TRUE) if the predefined app image is available and is signed.

      Returns Optional.of(Boolean.FALSE) if the predefined app image is available and is unsigned.

      Returns any empty Optional instance if the predefined app image is unavailable.

      Returns:
      sign status of the predefined app image if any