Interface MacPkgPackage
- All Superinterfaces:
MacPackage
,MacPackageMixin
,MacPkgPackageMixin
,Package
-
Nested Class Summary
Nested classes/interfaces inherited from interface jdk.jpackage.internal.model.MacPackageMixin
MacPackageMixin.Stub
Nested classes/interfaces inherited from interface jdk.jpackage.internal.model.MacPkgPackageMixin
MacPkgPackageMixin.Stub
Nested classes/interfaces inherited from interface jdk.jpackage.internal.model.Package
Package.Stub
-
Field Summary
Fields inherited from interface jdk.jpackage.internal.model.MacPackage
RUNTIME_PACKAGE_LAYOUT
-
Method Summary
Modifier and TypeMethodDescriptionstatic MacPkgPackage
create
(MacPackage pkg, MacPkgPackageMixin mixin) default boolean
sign()
Returnstrue
if this PKG installer should be signed.Methods inherited from interface jdk.jpackage.internal.model.MacPackage
app, appImageLayout, installDir
Methods inherited from interface jdk.jpackage.internal.model.MacPackageMixin
predefinedAppImageSigned
Methods inherited from interface jdk.jpackage.internal.model.MacPkgPackageMixin
signingConfig
Methods inherited from interface jdk.jpackage.internal.model.Package
aboutURL, asApplicationLayout, asInstalledPackageApplicationLayout, asPackageApplicationLayout, asStandardPackageType, description, installedPackageLayout, isRuntimeInstaller, licenseFile, packageFileName, packageFileNameWithSuffix, packageFileSuffix, packageLayout, packageName, predefinedAppImage, relativeInstallDir, type, version
-
Method Details
-
sign
default boolean sign()Returnstrue
if this PKG installer should be signed.- Returns:
true
if this PKG installer should be signed
-
create
-