Interface LinuxDebPackage
- All Superinterfaces:
LinuxDebPackageMixin
,LinuxPackage
,LinuxPackageMixin
,Package
Linux DEB package.
Use create(jdk.jpackage.internal.model.LinuxPackage, jdk.jpackage.internal.model.LinuxDebPackageMixin)
method to create objects implementing this interface.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface jdk.jpackage.internal.model.LinuxDebPackageMixin
LinuxDebPackageMixin.Stub
Nested classes/interfaces inherited from interface jdk.jpackage.internal.model.LinuxPackageMixin
LinuxPackageMixin.Stub
Nested classes/interfaces inherited from interface jdk.jpackage.internal.model.Package
Package.Stub
-
Method Summary
Modifier and TypeMethodDescriptionstatic LinuxDebPackage
create
(LinuxPackage pkg, LinuxDebPackageMixin mixin) default String
Gets the value of the maintainer property of this DEB package.Gets the relative path to this DEB package's copyright file.Methods inherited from interface jdk.jpackage.internal.model.LinuxDebPackageMixin
maintainerEmail
Methods inherited from interface jdk.jpackage.internal.model.LinuxPackage
app, isInstallDirInUsrTree, packageFileName, packageLayout, versionWithRelease
Methods inherited from interface jdk.jpackage.internal.model.LinuxPackageMixin
additionalDependencies, arch, category, menuGroupName, release
Methods inherited from interface jdk.jpackage.internal.model.Package
aboutURL, appImageLayout, asApplicationLayout, asInstalledPackageApplicationLayout, asPackageApplicationLayout, asStandardPackageType, description, installedPackageLayout, isRuntimeInstaller, licenseFile, packageFileNameWithSuffix, packageFileSuffix, packageName, predefinedAppImage, relativeInstallDir, type, version
-
Method Details
-
maintainer
Gets the value of the maintainer property of this DEB package.- Returns:
- the maintainer property of this DEB package
- See Also:
-
relativeCopyrightFilePath
-
create
- Parameters:
pkg
- the Linux packagemixin
- DEB-specific details supplementing the Linux package- Returns:
- the proxy dispatching calls to the given objects
-