Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A 
- abort() - Method in class jdk.jpackage.internal.RetryExecutor
- ABOUT_URL - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- aboutURL() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the "About" URL of this package if available or an empty
Optional
instance otherwise. - aboutURL() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns the value of the
aboutURL
record component. - accept() - Method in interface jdk.jpackage.internal.util.XmlUtils.XmlConsumerNoArg
- accept(XMLStreamWriter) - Method in interface jdk.jpackage.internal.util.XmlConsumer
- accept(T) - Method in interface jdk.jpackage.internal.util.function.ThrowingConsumer
- accept(T, U) - Method in interface jdk.jpackage.internal.util.function.ThrowingBiConsumer
- add() - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder.TaskBuilder
- ADD_LAUNCHER - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- ADD_MODULES - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- addAllBundleParams(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.BundleParams
- addBundleArgument(String, Object) - Method in class jdk.jpackage.internal.DeployParams
- addDependencies(Collection<? extends Callable<Void>>) - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder.TaskBuilder
- addDependencies(Collection<? extends T>) - Method in class jdk.jpackage.internal.pipeline.TaskSpecBuilder
- addDependency(Callable<Void>) - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder.TaskBuilder
- addDependency(T) - Method in class jdk.jpackage.internal.pipeline.TaskSpecBuilder
- addDependent(Callable<Void>) - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder.TaskBuilder
- addDependent(T) - Method in class jdk.jpackage.internal.pipeline.TaskSpecBuilder
- addDependents(Collection<? extends Callable<Void>>) - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder.TaskBuilder
- addDependents(Collection<? extends T>) - Method in class jdk.jpackage.internal.pipeline.TaskSpecBuilder
- addEdge(DirectedEdge<U>) - Method in class jdk.jpackage.internal.pipeline.FixedDAG.Builder
- addEdge(U, U) - Method in class jdk.jpackage.internal.pipeline.FixedDAG.Builder
- additionalDependencies() - Method in interface jdk.jpackage.internal.model.LinuxPackageMixin
-
Gets a string with the additional dependencies of this package.
- additionalDependencies() - Method in record class jdk.jpackage.internal.model.LinuxPackageMixin.Stub
-
Returns the value of the
additionalDependencies
record component. - additionalLaunchers() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the additional application launchers of this application.
- additionalLaunchers() - Method in record class jdk.jpackage.internal.model.ApplicationLaunchers
-
Returns the value of the
additionalLaunchers
record component. - addNode(U) - Method in class jdk.jpackage.internal.pipeline.FixedDAG.Builder
- addSuffix(Path, String) - Static method in class jdk.jpackage.internal.util.PathUtils
- addTask(Callable<Void>) - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder
- advice(String, Object...) - Method in class jdk.jpackage.internal.model.ConfigException.Builder
- app() - Method in interface jdk.jpackage.internal.model.LinuxPackage
- app() - Method in interface jdk.jpackage.internal.model.MacPackage
- app() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the application of this package.
- app() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns the value of the
app
record component. - app() - Method in interface jdk.jpackage.internal.model.WinMsiPackage
- APP_CONTENT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- APP_IMAGE - Static variable in class jdk.jpackage.internal.model.AppImagePackageType
-
Singleton
- APP_STORE - Enum constant in enum class jdk.jpackage.internal.model.MacApplication.ExtraAppImageFileField
- APPCLASS - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- appDirectory() - Method in interface jdk.jpackage.internal.model.ApplicationLayoutMixin
-
Path to application data directory.
- appDirectory() - Method in record class jdk.jpackage.internal.model.ApplicationLayoutMixin.Stub
-
Returns the value of the
appDirectory
record component. - appDirectory(String) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- appDirectory(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- appImageDirName() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the name of the root app image directory of this application.
- appImageDirName() - Method in interface jdk.jpackage.internal.model.MacApplication
- appImageLayout() - Method in interface jdk.jpackage.internal.model.MacPackage
- appImageLayout() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the unresolved source app image layout of the application of this package.
- AppImageLayout - Interface in jdk.jpackage.internal.model
-
Generic app image directory layout.
- AppImageLayout.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
AppImageLayout
interface. - AppImagePackageType - Class in jdk.jpackage.internal.model
-
App image packaging type.
- AppImageSigningConfig - Interface in jdk.jpackage.internal.model
- AppImageSigningConfig.Stub - Record Class in jdk.jpackage.internal.model
- Application - Interface in jdk.jpackage.internal.model
-
A generic application for packaging.
- Application.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
Application
interface. - ApplicationLaunchers - Record Class in jdk.jpackage.internal.model
-
Utility class to manage application launchers.
- ApplicationLaunchers(Launcher) - Constructor for record class jdk.jpackage.internal.model.ApplicationLaunchers
- ApplicationLaunchers(Launcher, List<Launcher>) - Constructor for record class jdk.jpackage.internal.model.ApplicationLaunchers
-
Creates an instance of a
ApplicationLaunchers
record class. - ApplicationLayout - Interface in jdk.jpackage.internal.model
-
Application app image layout.
- ApplicationLayout.Builder - Class in jdk.jpackage.internal.model
-
Builds
ApplicationLayout
instances. - ApplicationLayoutMixin - Interface in jdk.jpackage.internal.model
-
App image directory contents specific to application packaging.
- ApplicationLayoutMixin.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
ApplicationLayoutMixin
interface. - ApplicationWriter - Interface in jdk.jpackage.internal.model
-
Creates app image directory from the given
Application
object. - apply(Path) - Method in interface jdk.jpackage.internal.LibProvidersLookup.PackageLookup
- apply(T) - Method in interface jdk.jpackage.internal.util.function.ThrowingFunction
- apply(T) - Method in interface jdk.jpackage.internal.util.function.ThrowingUnaryOperator
- apply(T, U) - Method in interface jdk.jpackage.internal.util.function.ThrowingBiFunction
- applyTo(String, Function<String, Object>) - Method in class jdk.jpackage.internal.util.TokenReplace
- applyTo(Path) - Method in class jdk.jpackage.internal.Codesign
- appModsDirectory() - Method in interface jdk.jpackage.internal.model.ApplicationLayoutMixin
-
Path to directory with application's Java modules.
- appModsDirectory() - Method in record class jdk.jpackage.internal.model.ApplicationLayoutMixin.Stub
-
Returns the value of the
appModsDirectory
record component. - appModsDirectory(String) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- appModsDirectory(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- appStore() - Method in interface jdk.jpackage.internal.model.MacApplicationMixin
- appStore() - Method in record class jdk.jpackage.internal.model.MacApplicationMixin.Stub
-
Returns the value of the
appStore
record component. - arch() - Method in interface jdk.jpackage.internal.model.LinuxPackageMixin
-
Gets the platform architecture of this package.
- arch() - Method in record class jdk.jpackage.internal.model.LinuxPackageMixin.Stub
-
Returns the value of the
arch
record component. - Arguments - Class in jdk.jpackage.internal
-
Arguments This class encapsulates and processes the command line arguments, in effect, implementing all the work of jpackage tool.
- Arguments(String[]) - Constructor for class jdk.jpackage.internal.Arguments
- ARGUMENTS - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- Arguments.CLIOptions - Enum Class in jdk.jpackage.internal
- asApplicationLayout() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the unresolved app image layout of this application as
ApplicationLayout
type or an emptyOptional
instance if the return value ofApplication.imageLayout()
call is not an instance ofApplicationLayout
type. - asApplicationLayout() - Method in interface jdk.jpackage.internal.model.Package
-
Returns the unresolved source app image layout of the application of this package as
ApplicationLayout
type or an emptyOptional
instance if the layout object is of incompatible type. - asConsumer() - Method in class jdk.jpackage.internal.Codesign
- asInstalledPackageApplicationLayout() - Method in interface jdk.jpackage.internal.model.Package
-
Returns the layout of the installed app image of this package as
ApplicationLayout
type or an emptyOptional
instance if the layout object is of incompatible type. - asList() - Method in record class jdk.jpackage.internal.model.ApplicationLaunchers
- asPackageApplicationLayout() - Method in interface jdk.jpackage.internal.model.Package
-
Returns the layout of the installed app image of the application resolved at the relative installation directory of this package as
ApplicationLayout
type or an emptyOptional
instance if the layout object is of incompatible type. - asStandardPackageType() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the type of this package as
StandardPackageType
type or an emptyOptional
instance if the return value ofPackage.type()
call is not an instance ofStandardPackageType
type.
B 
- BasicBundlers - Class in jdk.jpackage.internal
-
BasicBundlers A basic bundlers collection that loads the default bundlers.
- BasicBundlers() - Constructor for class jdk.jpackage.internal.BasicBundlers
- BinaryMatrix - Class in jdk.jpackage.internal.pipeline
- build() - Static method in interface jdk.jpackage.internal.model.ApplicationLayout
- build() - Static method in record class jdk.jpackage.internal.pipeline.FixedDAG
- build() - Static method in class jdk.jpackage.internal.util.CompositeProxy
-
Creates a new proxy builder.
- build(Supplier<List<String>>) - Static method in class jdk.jpackage.internal.Codesign
- build(StringBundle) - Static method in exception class jdk.jpackage.internal.model.ConfigException
- build(StringBundle, String, Object...) - Static method in exception class jdk.jpackage.internal.model.ConfigException
- build(StringBundle, Throwable) - Static method in exception class jdk.jpackage.internal.model.ConfigException
- Builder() - Constructor for class jdk.jpackage.internal.pipeline.FixedDAG.Builder
- buildFrom(ApplicationLayout) - Static method in interface jdk.jpackage.internal.model.ApplicationLayout
- buildLocalizedException(StringBundle) - Static method in class jdk.jpackage.internal.util.LocalizedExceptionBuilder
-
Creates an exception builder with the given source of error messages.
- buildPackageBundle(BuildEnv, LinuxPackage, Path) - Method in class jdk.jpackage.internal.LinuxDebBundler
- buildPackageBundle(BuildEnv, LinuxPackage, Path) - Method in class jdk.jpackage.internal.LinuxRpmBundler
- bundleIdentifier() - Method in interface jdk.jpackage.internal.model.MacApplicationMixin
- bundleIdentifier() - Method in record class jdk.jpackage.internal.model.MacApplicationMixin.Stub
-
Returns the value of the
bundleIdentifier
record component. - bundleName() - Method in interface jdk.jpackage.internal.model.MacApplicationMixin
- bundleName() - Method in record class jdk.jpackage.internal.model.MacApplicationMixin.Stub
-
Returns the value of the
bundleName
record component. - BundleParams - Class in jdk.jpackage.internal
- BundleParams() - Constructor for class jdk.jpackage.internal.BundleParams
-
create a new bundle with all default values
- BundleParams(Map<String, ?>) - Constructor for class jdk.jpackage.internal.BundleParams
-
Create a bundle params with a copy of the params
- Bundler - Interface in jdk.jpackage.internal
-
Bundler The basic interface implemented by all Bundlers.
- Bundlers - Interface in jdk.jpackage.internal
-
Bundlers The interface implemented by BasicBundlers
C 
- Candle3 - Enum constant in enum class jdk.jpackage.internal.WixTool
- category() - Method in interface jdk.jpackage.internal.model.LinuxPackageMixin
-
Gets the category of this package.
- category() - Method in record class jdk.jpackage.internal.model.LinuxPackageMixin.Stub
-
Returns the value of the
category
record component. - category() - Method in interface jdk.jpackage.internal.model.MacApplicationMixin
- category() - Method in record class jdk.jpackage.internal.model.MacApplicationMixin.Stub
-
Returns the value of the
category
record component. - cause(Throwable) - Method in class jdk.jpackage.internal.util.LocalizedExceptionBuilder
-
Sets the cause.
- causeAndMessage(Throwable) - Method in class jdk.jpackage.internal.util.LocalizedExceptionBuilder
-
Sets the cause and the message.
- cfBundleTypeName() - Method in interface jdk.jpackage.internal.model.MacFileAssociationMixin
- cfBundleTypeName() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns the value of the
cfBundleTypeName
record component. - cfBundleTypeRole() - Method in interface jdk.jpackage.internal.model.MacFileAssociationMixin
- cfBundleTypeRole() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns the value of the
cfBundleTypeRole
record component. - classPath() - Method in interface jdk.jpackage.internal.model.LauncherStartupInfo
-
Gets the files and directories that should be put on a classpath for an application launcher this launcher startup configuration applies to.
- classPath() - Method in record class jdk.jpackage.internal.model.LauncherStartupInfo.Stub
-
Returns the value of the
classPath
record component. - cleanup(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.LinuxAppBundler
- cleanup(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.LinuxDebBundler
- cleanup(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.LinuxRpmBundler
- cleanup(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.MacAppBundler
- cleanup(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.MacBaseInstallerBundler
- cleanup(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.MacDmgBundler
- cleanup(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.MacPkgBundler
- cleanup(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.WinAppBundler
- cleanup(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.WinExeBundler
- cleanup(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.WinMsiBundler
- cleanup(Map<String, ? super Object>) - Method in interface jdk.jpackage.internal.Bundler
-
Removes temporary files that are used for bundling.
- CLIHelp - Class in jdk.jpackage.internal
-
CLIHelp Generate and show the command line interface help message(s).
- CLIHelp() - Constructor for class jdk.jpackage.internal.CLIHelp
- Codesign - Class in jdk.jpackage.internal
- Codesign.Builder - Class in jdk.jpackage.internal
- Codesign.CodesignException - Exception Class in jdk.jpackage.internal
- CollectionUtils - Class in jdk.jpackage.internal.util
-
This class consists exclusively of static methods that operate on or return collections.
- CollectionUtils() - Constructor for class jdk.jpackage.internal.util.CollectionUtils
- combine(TokenReplace, TokenReplace) - Static method in class jdk.jpackage.internal.util.TokenReplace
- compareComponents(DottedVersion, DottedVersion) - Static method in class jdk.jpackage.internal.model.DottedVersion
- CompositeProxy - Class in jdk.jpackage.internal.util
-
Dynamic proxy dispatching method calls to multiple objects.
- CompositeProxy.Builder - Class in jdk.jpackage.internal.util
-
Builder of
CompositeProxy
instances. - CompositeProxy.InvokeTunnel - Interface in jdk.jpackage.internal.util
-
Invocation tunnel.
- ConfigException - Exception Class in jdk.jpackage.internal.model
-
Signals that error has occurred at configuration phase.
- ConfigException(String, String) - Constructor for exception class jdk.jpackage.internal.model.ConfigException
- ConfigException(String, String, Throwable) - Constructor for exception class jdk.jpackage.internal.model.ConfigException
- ConfigException(Throwable) - Constructor for exception class jdk.jpackage.internal.model.ConfigException
- ConfigException.Builder - Class in jdk.jpackage.internal.model
-
Builds
ConfigException
instances. - conflictResolver(BinaryOperator<Method>) - Method in class jdk.jpackage.internal.util.CompositeProxy.Builder
-
Sets the method dispatch conflict resolver for this builder.
- content() - Method in interface jdk.jpackage.internal.model.MacDmgPackageMixin
-
Returns additional top=level content for DMG package.
- content() - Method in record class jdk.jpackage.internal.model.MacDmgPackageMixin.Stub
-
Returns the value of the
content
record component. - contentDirectory() - Method in interface jdk.jpackage.internal.model.ApplicationLayoutMixin
-
Path to directory with additional application content.
- contentDirectory() - Method in record class jdk.jpackage.internal.model.ApplicationLayoutMixin.Stub
-
Returns the value of the
contentDirectory
record component. - contentDirectory(String) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- contentDirectory(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- contentDirs() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the input content directories of this application.
- contentDirs() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
contentDirs
record component. - context() - Static method in enum class jdk.jpackage.internal.Arguments.CLIOptions
- copy(PathGroup, CopyOption...) - Method in class jdk.jpackage.internal.util.PathGroup
-
Copies files/directories from the locations in the path group into the locations of the given path group.
- copyFile(Path, Path) - Method in interface jdk.jpackage.internal.util.PathGroup.TransformHandler
-
Request to copy a file from the given source location into the given destination location.
- copyRecursive(Path, Path, CopyOption...) - Static method in class jdk.jpackage.internal.util.FileUtils
- copyRecursive(Path, Path, List<Path>, CopyOption...) - Static method in class jdk.jpackage.internal.util.FileUtils
- copyright() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the copyright of this application.
- copyright() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
copyright
record component. - COPYRIGHT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- copySymbolicLink(Path, Path) - Method in interface jdk.jpackage.internal.util.PathGroup.TransformHandler
-
Request to copy a symbolic link from the given source location into the given destination location.
- create() - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- create() - Method in class jdk.jpackage.internal.model.ConfigException.Builder
- create() - Method in class jdk.jpackage.internal.pipeline.FixedDAG.Builder
- create() - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder
- create(Class<T>, Object...) - Method in class jdk.jpackage.internal.util.CompositeProxy.Builder
-
Returns a proxy instance for the specified interface that dispatches method invocations to the specified handlers.
- create(Class<T>, Object...) - Static method in class jdk.jpackage.internal.util.CompositeProxy
-
Shortcut for
CompositeProxy.build().create(interfaceType, slices)
. - create(String, Map<OperatingSystem, List<String>>) - Static method in class jdk.jpackage.internal.util.MultiResourceBundle
- create(Path) - Static method in interface jdk.jpackage.internal.model.CustomLauncherIcon
-
Creates object of type
CustomLauncherIcon
from the path to icon file. - create(Path) - Static method in interface jdk.jpackage.internal.model.RuntimeLayout
-
Creates Java runtime app image layout.
- create(Collection<DirectedEdge<U>>, List<U>) - Static method in record class jdk.jpackage.internal.pipeline.FixedDAG
- create(BiFunction<String, Throwable, U>) - Method in class jdk.jpackage.internal.util.LocalizedExceptionBuilder
-
Creates an instance of type extending
Exception
class from the configured message and cause. - create(AppImageLayout, ApplicationLayoutMixin) - Static method in interface jdk.jpackage.internal.model.ApplicationLayout
-
Creates an object implementing
ApplicationLayout
interface fromAppImageLayout
andApplicationLayoutMixin
instances. - create(Application) - Static method in interface jdk.jpackage.internal.model.LinuxApplication
-
Creates
LinuxApplication
instance from the givenApplication
instance. - create(Application) - Static method in interface jdk.jpackage.internal.model.WinApplication
- create(Application, MacApplicationMixin) - Static method in interface jdk.jpackage.internal.model.MacApplication
- create(FileAssociation, MacFileAssociationMixin) - Static method in interface jdk.jpackage.internal.model.MacFileAssociation
- create(Launcher) - Static method in interface jdk.jpackage.internal.model.MacLauncher
- create(Launcher, LinuxLauncherMixin) - Static method in interface jdk.jpackage.internal.model.LinuxLauncher
- create(Launcher, WinLauncherMixin) - Static method in interface jdk.jpackage.internal.model.WinLauncher
- create(LauncherStartupInfo, LauncherJarStartupInfoMixin) - Static method in interface jdk.jpackage.internal.model.LauncherJarStartupInfo
-
Constructs
LauncherJarStartupInfo
instance from the givenLauncherJarStartupInfo
andLauncherJarStartupInfoMixin
instances. - create(LauncherStartupInfo, LauncherModularStartupInfoMixin) - Static method in interface jdk.jpackage.internal.model.LauncherModularStartupInfo
-
Constructs
LauncherModularStartupInfo
instance from the givenLauncherJarStartupInfo
andLauncherModularStartupInfoMixin
instances. - create(LinuxPackage, LinuxDebPackageMixin) - Static method in interface jdk.jpackage.internal.model.LinuxDebPackage
- create(LinuxPackage, LinuxRpmPackageMixin) - Static method in interface jdk.jpackage.internal.model.LinuxRpmPackage
- create(MacPackage, MacDmgPackageMixin) - Static method in interface jdk.jpackage.internal.model.MacDmgPackage
- create(MacPackage, MacPkgPackageMixin) - Static method in interface jdk.jpackage.internal.model.MacPkgPackage
- create(Package, LinuxPackageMixin) - Static method in interface jdk.jpackage.internal.model.LinuxPackage
- create(Package, MacPackageMixin) - Static method in interface jdk.jpackage.internal.model.MacPackage
- create(Package, WinMsiPackageMixin) - Static method in interface jdk.jpackage.internal.model.WinMsiPackage
- create(WinMsiPackage, Optional<Path>) - Static method in interface jdk.jpackage.internal.model.WinExePackage
- create(U, U) - Static method in record class jdk.jpackage.internal.pipeline.DirectedEdge
- createBundlersInstance() - Static method in interface jdk.jpackage.internal.Bundlers
-
This convenience method will call
Bundlers.createBundlersInstance(ClassLoader)
with the classloader that this Bundlers is loaded from. - createBundlersInstance(ClassLoader) - Static method in interface jdk.jpackage.internal.Bundlers
-
This convenience method will automatically load a Bundlers instance from either META-INF/services or the default
BasicBundlers
if none are found in the services meta-inf. - createCachingTokenValueSupplier(Map<String, Supplier<Object>>) - Static method in class jdk.jpackage.internal.util.TokenReplace
- createConfigFiles(Map<String, String>, BuildEnv, LinuxPackage) - Method in class jdk.jpackage.internal.LinuxDebBundler
- createConfigFiles(Map<String, String>, BuildEnv, LinuxPackage) - Method in class jdk.jpackage.internal.LinuxRpmBundler
- createDirectory(Path) - Method in interface jdk.jpackage.internal.util.PathGroup.TransformHandler
-
Request to create a directory at the given location.
- createImpl() - Method in class jdk.jpackage.internal.LinuxLaunchersAsServices
- createImpl() - Method in class jdk.jpackage.internal.MacLaunchersAsServices
- createLinks() - Method in class jdk.jpackage.internal.pipeline.TaskSpecBuilder
- createReplacementData(BuildEnv, LinuxPackage) - Method in class jdk.jpackage.internal.LinuxDebBundler
- createReplacementData(BuildEnv, LinuxPackage) - Method in class jdk.jpackage.internal.LinuxRpmBundler
- createRuntime(AppImageLayout) - Method in interface jdk.jpackage.internal.model.RuntimeBuilder
-
Creates Java runtime in the given app image.
- createXml(Path, XmlConsumer) - Static method in class jdk.jpackage.internal.util.XmlUtils
- CustomLauncherIcon - Interface in jdk.jpackage.internal.model
-
Custom application launcher icon.
- CustomLauncherIcon.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
CustomLauncherIcon
type.
D 
- DEFAULT - Static variable in interface jdk.jpackage.internal.model.RuntimeLayout
-
Singleton.
- defaultIconResourceName() - Method in interface jdk.jpackage.internal.model.Launcher
-
Gets key in the resource bundle of
jdk.jpackage
module referring to the default launcher icon. - defaultIconResourceName() - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Returns the value of the
defaultIconResourceName
record component. - DefaultLauncherIcon - Interface in jdk.jpackage.internal.model
-
Default application launcher icon.
- defaultParameters() - Method in interface jdk.jpackage.internal.model.LauncherStartupInfo
-
Gets the default parameters for the
main(String[] args)
method of the main class of this launcher startup configuration. - defaultParameters() - Method in record class jdk.jpackage.internal.model.LauncherStartupInfo.Stub
-
Returns the value of the
defaultParameters
record component. - deleteRecursive(Path) - Static method in class jdk.jpackage.internal.util.FileUtils
- DeployParams - Class in jdk.jpackage.internal
-
DeployParams This class is generated and used in Arguments.processArguments() as intermediate step in generating the BundleParams and ultimately the Bundles
- DeployParams() - Constructor for class jdk.jpackage.internal.DeployParams
- description() - Method in class jdk.jpackage.internal.JPackageToolProvider
- description() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the description of this application.
- description() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
description
record component. - description() - Method in interface jdk.jpackage.internal.model.FileAssociation
-
Returns file association description if available or an empty
Optional
instance. - description() - Method in record class jdk.jpackage.internal.model.FileAssociation.Stub
-
Returns the value of the
description
record component. - description() - Method in interface jdk.jpackage.internal.model.Launcher
-
Gets the description of this launcher.
- description() - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Returns the value of the
description
record component. - description() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the description of this package.
- description() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns the value of the
description
record component. - DESCRIPTION - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- destktopIntegrationDirectory() - Method in interface jdk.jpackage.internal.model.ApplicationLayoutMixin
-
Path to directory with application's desktop integration files.
- destktopIntegrationDirectory() - Method in record class jdk.jpackage.internal.model.ApplicationLayoutMixin.Stub
-
Returns the value of the
destktopIntegrationDirectory
record component. - destktopIntegrationDirectory(String) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- destktopIntegrationDirectory(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- DirectedEdge<T> - Record Class in jdk.jpackage.internal.pipeline
- DirectedEdge(T, T) - Constructor for record class jdk.jpackage.internal.pipeline.DirectedEdge
-
Creates an instance of a
DirectedEdge
record class. - DMG_CONTENT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- DottedVersion - Class in jdk.jpackage.internal.model
-
Dotted numeric version string.
- doValidate(BuildEnv, LinuxPackage) - Method in class jdk.jpackage.internal.LinuxDebBundler
- doValidate(BuildEnv, LinuxPackage) - Method in class jdk.jpackage.internal.LinuxRpmBundler
- dump(Consumer<String>) - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
- dumpToStdout() - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
E 
- edgeMatrix() - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
-
Returns the value of the
edgeMatrix
record component. - entitlements() - Method in interface jdk.jpackage.internal.model.AppImageSigningConfig
- entitlements() - Method in record class jdk.jpackage.internal.model.AppImageSigningConfig.Stub
-
Returns the value of the
entitlements
record component. - entitlementsResourceName() - Method in interface jdk.jpackage.internal.model.AppImageSigningConfig
- entitlementsResourceName() - Method in record class jdk.jpackage.internal.model.AppImageSigningConfig.Stub
-
Returns the value of the
entitlementsResourceName
record component. - equals(Object) - Method in record class jdk.jpackage.internal.LinuxApplicationLayoutMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.MacApplicationLayoutMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.AppImageLayout.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.AppImageSigningConfig.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.ApplicationLaunchers
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.ApplicationLayoutMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.CustomLauncherIcon.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class jdk.jpackage.internal.model.DottedVersion
- equals(Object) - Method in record class jdk.jpackage.internal.model.FileAssociation.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.LauncherJarStartupInfoMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.LauncherModularStartupInfoMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.LauncherStartupInfo.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.LinuxDebPackageMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.LinuxLauncherMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.LinuxPackageMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.LinuxRpmPackageMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.MacApplicationMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.MacDmgPackageMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.MacPackageMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.MacPkgPackageMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.PkgSigningConfig.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.WinApplicationMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.WinExePackageMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.WinLauncherMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class jdk.jpackage.internal.pipeline.BinaryMatrix
- equals(Object) - Method in record class jdk.jpackage.internal.pipeline.DirectedEdge
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class jdk.jpackage.internal.util.TokenReplace
- error(String) - Static method in class jdk.jpackage.internal.Log
- error(String) - Method in class jdk.jpackage.internal.Log.Logger
- ExceptionBox - Exception Class in jdk.jpackage.internal.util.function
- executableName() - Method in interface jdk.jpackage.internal.model.Launcher
-
Gets the name of the executable file of this launcher without file extension.
- executableNameWithSuffix() - Method in interface jdk.jpackage.internal.model.Launcher
-
Gets the full name of the executable file of this launcher.
- executableResource() - Method in interface jdk.jpackage.internal.model.Launcher
-
Opens a stream with the template executable file for this launcher.
- executableResource() - Method in interface jdk.jpackage.internal.model.WinLauncher
- executableSuffix() - Method in interface jdk.jpackage.internal.model.Launcher
-
Gets extension of the executable file of this launcher if available or an empty
Optional
instance otherwise. - executableSuffix() - Method in interface jdk.jpackage.internal.model.WinLauncher
- execute(PrintWriter, PrintWriter, String...) - Method in class jdk.jpackage.main.Main
-
execute() - this is the entry point for the ToolProvider API.
- execute(ProcessBuilder) - Method in class jdk.jpackage.internal.RetryExecutor
- execute(String[]) - Method in class jdk.jpackage.internal.RetryExecutor
- execute(Map<String, ? super Object>, Path) - Method in class jdk.jpackage.internal.LinuxAppBundler
- execute(Map<String, ? super Object>, Path) - Method in class jdk.jpackage.internal.MacAppBundler
- execute(Map<String, ? super Object>, Path) - Method in class jdk.jpackage.internal.WinAppBundler
- execute(Map<String, ? super Object>, Path) - Method in interface jdk.jpackage.internal.Bundler
-
Creates a bundle from existing content.
- execute(Map<String, ? super Object>, Path) - Method in class jdk.jpackage.internal.LinuxDebBundler
- execute(Map<String, ? super Object>, Path) - Method in class jdk.jpackage.internal.LinuxRpmBundler
- execute(Map<String, ? super Object>, Path) - Method in class jdk.jpackage.internal.MacDmgBundler
- execute(Map<String, ? super Object>, Path) - Method in class jdk.jpackage.internal.MacPkgBundler
- execute(Map<String, ? super Object>, Path) - Method in class jdk.jpackage.internal.WinExeBundler
- execute(Map<String, ? super Object>, Path) - Method in class jdk.jpackage.internal.WinMsiBundler
- executor(Executor) - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder
- Executor - Class in jdk.jpackage.internal
- extension() - Method in interface jdk.jpackage.internal.model.FileAssociation
-
Returns file association extension.
- extension() - Method in record class jdk.jpackage.internal.model.FileAssociation.Stub
-
Returns the value of the
extension
record component. - extraAppImageFileData() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the additional properties of this application for the application entry in the app image (".jpackage") file.
- extraAppImageFileData() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
extraAppImageFileData
record component. - extraAppImageFileData() - Method in interface jdk.jpackage.internal.model.Launcher
-
Gets the additional properties for application launcher entries in the app image (".jpackage") file.
- extraAppImageFileData() - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Returns the value of the
extraAppImageFileData
record component. - extraAppImageFileData() - Method in interface jdk.jpackage.internal.model.LinuxLauncher
- extraAppImageFileData() - Method in interface jdk.jpackage.internal.model.MacApplication
- extraAppImageFileData() - Method in interface jdk.jpackage.internal.model.WinLauncher
F 
- fatalError(String) - Static method in class jdk.jpackage.internal.Log
- fatalError(String) - Method in class jdk.jpackage.internal.Log.Logger
- fieldName() - Method in enum class jdk.jpackage.internal.model.MacApplication.ExtraAppImageFileField
- FILE_ASSOCIATIONS - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- FileAssociation - Interface in jdk.jpackage.internal.model
-
File association.
- FileAssociation.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
FileAssociation
interface - fileAssociations() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the file associations of all application launchers of this application.
- fileAssociations() - Method in interface jdk.jpackage.internal.model.Launcher
-
Gets the file associations of this launcher.
- fileAssociations() - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Returns the value of the
fileAssociations
record component. - FileUtils - Class in jdk.jpackage.internal.util
- FileUtils() - Constructor for class jdk.jpackage.internal.util.FileUtils
- findCertificates(Optional<Keychain>, Optional<String>) - Static method in class jdk.jpackage.internal.MacCertificateUtils
- FixedDAG<T> - Record Class in jdk.jpackage.internal.pipeline
-
Fixed directed acyclic graph (DAG).
- FixedDAG(BinaryMatrix, FixedDAG.Nodes<T>) - Constructor for record class jdk.jpackage.internal.pipeline.FixedDAG
-
Creates an instance of a
FixedDAG
record class. - FixedDAG.Builder<U> - Class in jdk.jpackage.internal.pipeline
- FixedDAG.Nodes<U> - Interface in jdk.jpackage.internal.pipeline
- flush() - Static method in class jdk.jpackage.internal.Log
- flush() - Method in class jdk.jpackage.internal.Log.Logger
- force(boolean) - Method in class jdk.jpackage.internal.Codesign.Builder
- format(boolean) - Method in class jdk.jpackage.internal.util.LocalizedExceptionBuilder
-
Configures this builder if strings from the associated string bundle should be used as patterns for message formatting or not.
- format(String, Object...) - Method in interface jdk.jpackage.internal.util.StringBundle
-
Gets a formatted message built from the pattern string matching the given key in this string bundle and the given arguments.
- formatString(String, Object...) - Method in class jdk.jpackage.internal.util.LocalizedExceptionBuilder
- from() - Method in record class jdk.jpackage.internal.pipeline.DirectedEdge
- fromLauncherIcon(LauncherIcon) - Static method in interface jdk.jpackage.internal.model.CustomLauncherIcon
-
Returns the given icon as
CustomLauncherIcon
type or an emptyOptional
instance if the given icon object is not an instance ofCustomLauncherIcon
type. - fromLauncherIcon(LauncherIcon) - Static method in interface jdk.jpackage.internal.model.DefaultLauncherIcon
-
Returns the given icon as
DefaultLauncherIcon
type or an emptyOptional
instance if the given icon object is not an instance ofDefaultLauncherIcon
type. - fromList(List<Launcher>) - Static method in record class jdk.jpackage.internal.model.ApplicationLaunchers
- fromResourceBundle(ResourceBundle) - Static method in interface jdk.jpackage.internal.util.StringBundle
-
Gets
StringBundle
instance from the givenResourceBundle
object.
G 
- get() - Method in interface jdk.jpackage.internal.util.function.ThrowingSupplier
- get(int) - Method in interface jdk.jpackage.internal.pipeline.FixedDAG.Nodes
- getAdvice() - Method in exception class jdk.jpackage.internal.model.ConfigException
- getAllHeadsOf(T) - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
- getAllTailsOf(T) - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
- getBundleParamsAsMap() - Method in class jdk.jpackage.internal.BundleParams
- getBundlers() - Method in class jdk.jpackage.internal.BasicBundlers
- getBundlers() - Method in interface jdk.jpackage.internal.Bundlers
-
Returns all of the preconfigured, requested, and manually configured bundlers loaded with this instance.
- getBundlers(String) - Method in class jdk.jpackage.internal.BasicBundlers
- getBundlers(String) - Method in interface jdk.jpackage.internal.Bundlers
-
Returns all of the preconfigured, requested, and manually configured bundlers loaded with this instance that are of a specific BundleType, such as disk images, installers, or remote installers.
- getBundleType() - Method in class jdk.jpackage.internal.LinuxAppBundler
- getBundleType() - Method in class jdk.jpackage.internal.MacAppBundler
- getBundleType() - Method in class jdk.jpackage.internal.WinAppBundler
- getBundleType() - Method in interface jdk.jpackage.internal.Bundler
- getBundleType() - Method in class jdk.jpackage.internal.LinuxDebBundler
- getBundleType() - Method in class jdk.jpackage.internal.LinuxRpmBundler
- getBundleType() - Method in class jdk.jpackage.internal.MacBaseInstallerBundler
- getBundleType() - Method in class jdk.jpackage.internal.WinExeBundler
- getBundleType() - Method in class jdk.jpackage.internal.WinMsiBundler
- getComponents() - Method in class jdk.jpackage.internal.model.DottedVersion
- getContents() - Method in class jdk.jpackage.internal.util.MultiResourceBundle
- getDefaultModulePath() - Static method in interface jdk.jpackage.internal.model.RuntimeBuilder
-
Gets the default set of paths where to find Java modules.
- getHeadsOf(T) - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
-
Gets the list of nodes that are heads of the edges sharing the same tail, which is the given node.
- getId() - Method in enum class jdk.jpackage.internal.Arguments.CLIOptions
- getID() - Method in class jdk.jpackage.internal.LinuxAppBundler
- getID() - Method in class jdk.jpackage.internal.MacAppBundler
- getID() - Method in class jdk.jpackage.internal.WinAppBundler
- getID() - Method in interface jdk.jpackage.internal.Bundler
- getID() - Method in class jdk.jpackage.internal.LinuxDebBundler
- getID() - Method in class jdk.jpackage.internal.LinuxRpmBundler
- getID() - Method in class jdk.jpackage.internal.MacDmgBundler
- getID() - Method in class jdk.jpackage.internal.MacPkgBundler
- getID() - Method in class jdk.jpackage.internal.WinExeBundler
- getID() - Method in class jdk.jpackage.internal.WinMsiBundler
- getName() - Method in class jdk.jpackage.internal.LinuxAppBundler
- getName() - Method in class jdk.jpackage.internal.MacAppBundler
- getName() - Method in class jdk.jpackage.internal.WinAppBundler
- getName() - Method in class jdk.jpackage.internal.BundleParams
- getName() - Method in interface jdk.jpackage.internal.Bundler
- getName() - Method in class jdk.jpackage.internal.LinuxDebBundler
- getName() - Method in class jdk.jpackage.internal.LinuxRpmBundler
- getName() - Method in class jdk.jpackage.internal.MacDmgBundler
- getName() - Method in class jdk.jpackage.internal.MacPkgBundler
- getName() - Method in enum class jdk.jpackage.internal.model.WinLauncherMixin.WinShortcut
- getName() - Method in class jdk.jpackage.internal.WinExeBundler
- getName() - Method in class jdk.jpackage.internal.WinMsiBundler
- getNoIncomingEdges() - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
-
Get the list of nodes without incoming edges.
- getNoOutgoingEdges() - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
-
Get the list of nodes without outgoing edges.
- getOutput() - Method in class jdk.jpackage.internal.RetryExecutor
- getPath(Object) - Method in class jdk.jpackage.internal.util.PathGroup
-
Returns a path associated with the given identifier in this path group.
- getServicePListFileName(String, String) - Static method in class jdk.jpackage.internal.MacLaunchersAsServices
- getServiceUnitFileName(String, String) - Static method in class jdk.jpackage.internal.LinuxLaunchersAsServices
- getString(String) - Method in interface jdk.jpackage.internal.util.StringBundle
-
Gets a string for the given key from this string bundle.
- getSuffix(Path) - Static method in class jdk.jpackage.internal.util.PathUtils
- getTailsOf(T) - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
-
Gets the list of nodes that are tails of the edges sharing the same head, which is the given node.
- getToolValidators() - Method in class jdk.jpackage.internal.LinuxDebBundler
- getToolValidators() - Method in class jdk.jpackage.internal.LinuxRpmBundler
- getUnprocessedSuffix() - Method in class jdk.jpackage.internal.model.DottedVersion
- ghostPath(Path) - Method in class jdk.jpackage.internal.util.PathGroup
-
Adds a path associated with the new unique identifier to this path group.
- greedy(String) - Static method in class jdk.jpackage.internal.model.DottedVersion
H 
- hasCustomIcon() - Method in interface jdk.jpackage.internal.model.Launcher
-
Returns
true
if this launcher has a custom icon. - hasDefaultIcon() - Method in interface jdk.jpackage.internal.model.Launcher
-
Returns
true
if this launcher has a default icon. - hashCode() - Method in record class jdk.jpackage.internal.LinuxApplicationLayoutMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.MacApplicationLayoutMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.AppImageLayout.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.AppImageSigningConfig.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.ApplicationLaunchers
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.ApplicationLayoutMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.CustomLauncherIcon.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in class jdk.jpackage.internal.model.DottedVersion
- hashCode() - Method in record class jdk.jpackage.internal.model.FileAssociation.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.LauncherJarStartupInfoMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.LauncherModularStartupInfoMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.LauncherStartupInfo.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.LinuxDebPackageMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.LinuxLauncherMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.LinuxPackageMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.LinuxRpmPackageMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.MacApplicationMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.MacDmgPackageMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.MacPackageMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.MacPkgPackageMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.PkgSigningConfig.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.WinApplicationMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.WinExePackageMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.WinLauncherMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns a hash code value for this object.
- hashCode() - Method in class jdk.jpackage.internal.pipeline.BinaryMatrix
- hashCode() - Method in record class jdk.jpackage.internal.pipeline.DirectedEdge
-
Returns a hash code value for this object.
- hashCode() - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
-
Returns a hash code value for this object.
- hashCode() - Method in class jdk.jpackage.internal.util.TokenReplace
- hasIcon() - Method in interface jdk.jpackage.internal.model.FileAssociation
-
Returns
true
if the file association has an icon. - hasIcon() - Method in interface jdk.jpackage.internal.model.Launcher
-
Returns
true
if this launcher is requested to have an icon. - head() - Method in record class jdk.jpackage.internal.pipeline.DirectedEdge
-
Returns the value of the
head
record component. - helpURL() - Method in interface jdk.jpackage.internal.model.WinMsiPackageMixin
- helpURL() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns the value of the
helpURL
record component.
I 
- I18N - Static variable in class jdk.jpackage.main.Main
- icon() - Method in interface jdk.jpackage.internal.model.FileAssociation
-
Returns file association icon if available or an empty
Optional
instance. - icon() - Method in record class jdk.jpackage.internal.model.FileAssociation.Stub
-
Returns the value of the
icon
record component. - icon() - Method in interface jdk.jpackage.internal.model.Launcher
-
Gets the icon for this launcher or an empty
Optional
instance if the launcher is requested to have no icon. - icon() - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Returns the value of the
icon
record component. - icon() - Method in interface jdk.jpackage.internal.model.MacApplicationMixin
- icon() - Method in record class jdk.jpackage.internal.model.MacApplicationMixin.Stub
-
Returns the value of the
icon
record component. - icon() - Method in interface jdk.jpackage.internal.model.MacDmgPackageMixin
- icon() - Method in record class jdk.jpackage.internal.model.MacDmgPackageMixin.Stub
-
Returns the value of the
icon
record component. - icon() - Method in interface jdk.jpackage.internal.model.WinExePackageMixin
- icon() - Method in record class jdk.jpackage.internal.model.WinExePackageMixin.Stub
-
Returns the value of the
icon
record component. - ICON - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- id() - Method in interface jdk.jpackage.internal.model.SigningIdentity
- identifierPrefix() - Method in interface jdk.jpackage.internal.model.AppImageSigningConfig
- identifierPrefix() - Method in record class jdk.jpackage.internal.model.AppImageSigningConfig.Stub
-
Returns the value of the
identifierPrefix
record component. - identity() - Method in interface jdk.jpackage.internal.model.AppImageSigningConfig
- identity() - Method in record class jdk.jpackage.internal.model.AppImageSigningConfig.Stub
-
Returns the value of the
identity
record component. - identity() - Method in interface jdk.jpackage.internal.model.PkgSigningConfig
- identity() - Method in record class jdk.jpackage.internal.model.PkgSigningConfig.Stub
-
Returns the value of the
identity
record component. - imageLayout() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the unresolved app image layout of this application.
- imageLayout() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
imageLayout
record component. - indexOf(U) - Method in interface jdk.jpackage.internal.pipeline.FixedDAG.Nodes
- INFINITE_TIMEOUT - Static variable in class jdk.jpackage.internal.Executor
- info(String) - Static method in class jdk.jpackage.internal.Log
- info(String) - Method in class jdk.jpackage.internal.Log.Logger
- initDocumentBuilder() - Static method in class jdk.jpackage.internal.util.XmlUtils
- initDocumentBuilderFactory() - Static method in class jdk.jpackage.internal.util.XmlUtils
- initLibProvidersLookup(LibProvidersLookup) - Method in class jdk.jpackage.internal.LinuxDebBundler
- initLibProvidersLookup(LibProvidersLookup) - Method in class jdk.jpackage.internal.LinuxRpmBundler
- INPUT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- INSTALL_DIR - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- installDir() - Method in interface jdk.jpackage.internal.model.MacPackage
- installedPackageLayout() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the layout of the installed app image of this package.
- INSTANCE - Static variable in interface jdk.jpackage.internal.model.DefaultLauncherIcon
-
Singleton.
- invoke(Object, Method, Object[]) - Method in interface jdk.jpackage.internal.util.CompositeProxy.InvokeTunnel
-
Processes a method invocation on an object of composite proxy and returns the result.
- invokeDefault(Object, Method, Object[]) - Method in interface jdk.jpackage.internal.util.CompositeProxy.InvokeTunnel
-
Processes a default interface method invocation on a composite proxy and returns the result.
- invokeTunnel(CompositeProxy.InvokeTunnel) - Method in class jdk.jpackage.internal.util.CompositeProxy.Builder
-
Sets the invocation tunnel for this builder.
- isAborted() - Method in class jdk.jpackage.internal.RetryExecutor
- isConsole() - Method in interface jdk.jpackage.internal.model.WinLauncherMixin
- isConsole() - Method in record class jdk.jpackage.internal.model.WinLauncherMixin.Stub
-
Returns the value of the
isConsole
record component. - isDebian() - Static method in class jdk.jpackage.internal.LinuxDebBundler
- isDefault() - Method in class jdk.jpackage.internal.LinuxAppBundler
- isDefault() - Method in class jdk.jpackage.internal.MacAppBundler
- isDefault() - Method in class jdk.jpackage.internal.WinAppBundler
- isDefault() - Method in interface jdk.jpackage.internal.Bundler
-
Returns "true" if this bundler is he default for the current platform.
- isDefault() - Method in class jdk.jpackage.internal.LinuxDebBundler
- isDefault() - Method in class jdk.jpackage.internal.LinuxRpmBundler
- isDefault() - Method in class jdk.jpackage.internal.MacDmgBundler
- isDefault() - Method in class jdk.jpackage.internal.MacPkgBundler
- isDefault() - Method in class jdk.jpackage.internal.WinExeBundler
- isDefault() - Method in class jdk.jpackage.internal.WinMsiBundler
- isInstallDirInUsrTree() - Method in interface jdk.jpackage.internal.model.LinuxPackage
-
Returns
true
in this Linux package installs in "/usr" tree. - isJarWithMainClass() - Method in interface jdk.jpackage.internal.model.LauncherJarStartupInfoMixin
-
Returns
true
if the input jar file hasMain-Class
entry in the manifest. - isJarWithMainClass() - Method in record class jdk.jpackage.internal.model.LauncherJarStartupInfoMixin.Stub
-
Returns the value of the
isJarWithMainClass
record component. - isRuntime() - Method in interface jdk.jpackage.internal.model.Application
-
Returns
true
if this application is Java runtime. - isRuntimeInstaller() - Method in interface jdk.jpackage.internal.model.Package
-
Returns
true
if the application of this package is Java runtime. - isService() - Method in interface jdk.jpackage.internal.model.Application
-
Returns
true
if any of application launchers of this application are configured as services. - isService() - Method in interface jdk.jpackage.internal.model.Launcher
-
Returns
true
if this launcher should be installed as a service. - isService() - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Returns the value of the
isService
record component. - isSupported() - Static method in class jdk.jpackage.internal.MacDmgBundler
- isSystemWideInstall() - Method in interface jdk.jpackage.internal.model.WinMsiPackageMixin
- isSystemWideInstall() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns the value of the
isSystemWideInstall
record component. - isVerbose() - Static method in class jdk.jpackage.internal.Log
- isVerbose() - Method in class jdk.jpackage.internal.Log.Logger
J 
- jarPath() - Method in interface jdk.jpackage.internal.model.LauncherJarStartupInfoMixin
-
Gets the path to the input jar file.
- jarPath() - Method in record class jdk.jpackage.internal.model.LauncherJarStartupInfoMixin.Stub
-
Returns the value of the
jarPath
record component. - JAVA_OPTIONS - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- javaOptions() - Method in interface jdk.jpackage.internal.model.LauncherStartupInfo
-
Gets JVM options of this launcher startup configuration.
- javaOptions() - Method in record class jdk.jpackage.internal.model.LauncherStartupInfo.Stub
-
Returns the value of the
javaOptions
record component. - jdk.jpackage - module jdk.jpackage
-
Defines the Java Packaging tool, jpackage.
- jdk.jpackage.internal - package jdk.jpackage.internal
- jdk.jpackage.internal.model - package jdk.jpackage.internal.model
-
Classes and interfaces of the internal application packaging model.
- jdk.jpackage.internal.pipeline - package jdk.jpackage.internal.pipeline
- jdk.jpackage.internal.resources - package jdk.jpackage.internal.resources
- jdk.jpackage.internal.util - package jdk.jpackage.internal.util
- jdk.jpackage.internal.util.function - package jdk.jpackage.internal.util.function
- jdk.jpackage.main - package jdk.jpackage.main
- JLINK_OPTIONS - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- JPackageToolProvider - Class in jdk.jpackage.internal
-
JPackageToolProvider This is the ToolProvider implementation exported to java.util.spi.ToolProvider and ultimately javax.tools.ToolProvider
- JPackageToolProvider() - Constructor for class jdk.jpackage.internal.JPackageToolProvider
K 
- keychain() - Method in interface jdk.jpackage.internal.model.AppImageSigningConfig
- keychain() - Method in record class jdk.jpackage.internal.model.AppImageSigningConfig.Stub
-
Returns the value of the
keychain
record component. - keychain() - Method in interface jdk.jpackage.internal.model.PkgSigningConfig
- keychain() - Method in record class jdk.jpackage.internal.model.PkgSigningConfig.Stub
-
Returns the value of the
keychain
record component. - keys() - Method in class jdk.jpackage.internal.util.PathGroup
-
Gets all identifiers of this path group.
L 
- Launcher - Interface in jdk.jpackage.internal.model
-
Application launcher.
- LAUNCHER_AS_SERVICE - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- Launcher.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
Launcher
interface. - LauncherIcon - Interface in jdk.jpackage.internal.model
-
Application launcher icon.
- LauncherJarStartupInfo - Interface in jdk.jpackage.internal.model
-
Application launcher startup configuration using non-modular jar file.
- LauncherJarStartupInfoMixin - Interface in jdk.jpackage.internal.model
-
Details of Linux application launcher startup configuration using non-modular jar file.
- LauncherJarStartupInfoMixin.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
LauncherJarStartupInfoMixin
interface. - LauncherModularStartupInfo - Interface in jdk.jpackage.internal.model
-
Application launcher startup configuration using Java module.
- LauncherModularStartupInfoMixin - Interface in jdk.jpackage.internal.model
-
Details of application launcher startup configuration using Java module.
- LauncherModularStartupInfoMixin.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
LauncherModularStartupInfoMixin
interface. - launchers() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the application launchers of this application.
- launchers() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
launchers
record component. - launchersDirectory() - Method in interface jdk.jpackage.internal.model.ApplicationLayoutMixin
-
Path to launchers directory.
- launchersDirectory() - Method in record class jdk.jpackage.internal.model.ApplicationLayoutMixin.Stub
-
Returns the value of the
launchersDirectory
record component. - launchersDirectory(String) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- launchersDirectory(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- LauncherStartupInfo - Interface in jdk.jpackage.internal.model
-
Generic startup configuration of an application launcher.
- LauncherStartupInfo.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
LauncherStartupInfo
interface. - lazy(String) - Static method in class jdk.jpackage.internal.model.DottedVersion
- libAppLauncher() - Method in interface jdk.jpackage.internal.LinuxApplicationLayoutMixin
-
Path to "libapplauncher.so".
- libAppLauncher() - Method in record class jdk.jpackage.internal.LinuxApplicationLayoutMixin.Stub
-
Returns the value of the
libAppLauncher
record component. - LibProvidersLookup - Class in jdk.jpackage.internal
-
Builds list of packages providing dynamic libraries for the given set of files.
- LibProvidersLookup() - Constructor for class jdk.jpackage.internal.LibProvidersLookup
- LibProvidersLookup.PackageLookup - Interface in jdk.jpackage.internal
- LICENSE_FILE - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- licenseFile() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the path to a license file of this package if available or an empty
Optional
instance otherwise. - licenseFile() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns the value of the
licenseFile
record component. - licenseType() - Method in interface jdk.jpackage.internal.model.LinuxRpmPackageMixin
-
Gets type of the license of this RPM package.
- licenseType() - Method in record class jdk.jpackage.internal.model.LinuxRpmPackageMixin.Stub
-
Returns the value of the
licenseType
record component. - Light3 - Enum constant in enum class jdk.jpackage.internal.WixTool
- linkTasks(Callable<Void>, Callable<Void>) - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder
- linkTasks(DirectedEdge<Callable<Void>>) - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder
- LINUX_BUNDLE_NAME - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- LINUX_CATEGORY - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- LINUX_DEB - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
- LINUX_DEB_MAINTAINER - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- LINUX_MENU_GROUP - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- LINUX_PACKAGE_DEPENDENCIES - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- LINUX_RPM - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
- LINUX_RPM_LICENSE_TYPE - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- LINUX_SHORTCUT_HINT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- LinuxAppBundler - Class in jdk.jpackage.internal
- LinuxAppBundler() - Constructor for class jdk.jpackage.internal.LinuxAppBundler
- LinuxApplication - Interface in jdk.jpackage.internal.model
-
Linux application.
- LinuxApplicationLayoutMixin - Interface in jdk.jpackage.internal
- LinuxApplicationLayoutMixin.Stub - Record Class in jdk.jpackage.internal
- LinuxDebBundler - Class in jdk.jpackage.internal
- LinuxDebBundler() - Constructor for class jdk.jpackage.internal.LinuxDebBundler
- LinuxDebPackage - Interface in jdk.jpackage.internal.model
-
Linux DEB package.
- LinuxDebPackageMixin - Interface in jdk.jpackage.internal.model
-
Details of Linux DEB package.
- LinuxDebPackageMixin.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
LinuxDebPackageMixin
interface. - LinuxLauncher - Interface in jdk.jpackage.internal.model
-
Linux application launcher.
- LinuxLauncherMixin - Interface in jdk.jpackage.internal.model
-
Details of Linux application launcher.
- LinuxLauncherMixin.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
LinuxLauncherMixin
interface. - LinuxLaunchersAsServices - Class in jdk.jpackage.internal
-
Helper to install launchers as services using "systemd".
- LinuxPackage - Interface in jdk.jpackage.internal.model
-
Linux package.
- LinuxPackageMixin - Interface in jdk.jpackage.internal.model
-
Details of Linux package.
- LinuxPackageMixin.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
LinuxPackageMixin
interface. - LinuxRpmBundler - Class in jdk.jpackage.internal
-
There are two command line options to configure license information for RPM packaging: --linux-rpm-license-type and --license-file.
- LinuxRpmBundler() - Constructor for class jdk.jpackage.internal.LinuxRpmBundler
- LinuxRpmPackage - Interface in jdk.jpackage.internal.model
-
Linux RPM package.
- LinuxRpmPackageMixin - Interface in jdk.jpackage.internal.model
-
Details of Linux RPM package.
- LinuxRpmPackageMixin.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
LinuxRpmPackageMixin
interface. - loadBundlersFromServices(ClassLoader) - Method in class jdk.jpackage.internal.BasicBundlers
- loadBundlersFromServices(ClassLoader) - Method in interface jdk.jpackage.internal.Bundlers
-
Loads bundlers from the META-INF/services directly.
- LocalizedExceptionBuilder<T> - Class in jdk.jpackage.internal.util
-
Builder of exceptions with localized messages.
- LocalizedExceptionBuilder(StringBundle) - Constructor for class jdk.jpackage.internal.util.LocalizedExceptionBuilder
- Log - Class in jdk.jpackage.internal
-
Log General purpose logging mechanism.
- Log() - Constructor for class jdk.jpackage.internal.Log
- Log.Logger - Class in jdk.jpackage.internal
- Logger() - Constructor for class jdk.jpackage.internal.Log.Logger
- lsHandlerRank() - Method in interface jdk.jpackage.internal.model.MacFileAssociationMixin
- lsHandlerRank() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns the value of the
lsHandlerRank
record component. - lsSupportsOpeningDocumentsInPlace() - Method in interface jdk.jpackage.internal.model.MacFileAssociationMixin
- lsSupportsOpeningDocumentsInPlace() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns the value of the
lsSupportsOpeningDocumentsInPlace
record component. - lsTypeIsPackage() - Method in interface jdk.jpackage.internal.model.MacFileAssociationMixin
- lsTypeIsPackage() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns the value of the
lsTypeIsPackage
record component.
M 
- MAC_APP_IMAGE_SIGN_IDENTITY - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_APP_STORE - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_BUNDLE_IDENTIFIER - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_BUNDLE_NAME - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_BUNDLE_SIGNING_PREFIX - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_CATEGORY - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_CFBUNDLETYPEROLE - Static variable in class jdk.jpackage.internal.Arguments
- MAC_DMG - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
- MAC_ENTITLEMENTS - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_INSTALLER_SIGN_IDENTITY - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_LSDOCINPLACE - Static variable in class jdk.jpackage.internal.Arguments
- MAC_LSHANDLERRANK - Static variable in class jdk.jpackage.internal.Arguments
- MAC_LSTYPEISPACKAGE - Static variable in class jdk.jpackage.internal.Arguments
- MAC_NSDOCUMENTCLASS - Static variable in class jdk.jpackage.internal.Arguments
- MAC_NSEXPORTABLETYPES - Static variable in class jdk.jpackage.internal.Arguments
- MAC_NSSTORETYPEKEY - Static variable in class jdk.jpackage.internal.Arguments
- MAC_PKG - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
- MAC_SIGN - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_SIGNING_KEY_NAME - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_SIGNING_KEYCHAIN - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MAC_UIDOCBROWSER - Static variable in class jdk.jpackage.internal.Arguments
- MAC_UTTYPECONFORMSTO - Static variable in class jdk.jpackage.internal.Arguments
- MacAppBundler - Class in jdk.jpackage.internal
- MacAppBundler() - Constructor for class jdk.jpackage.internal.MacAppBundler
- MacApplication - Interface in jdk.jpackage.internal.model
- MacApplication.ExtraAppImageFileField - Enum Class in jdk.jpackage.internal.model
- MacApplicationLayoutMixin - Interface in jdk.jpackage.internal
- MacApplicationLayoutMixin.Stub - Record Class in jdk.jpackage.internal
- MacApplicationMixin - Interface in jdk.jpackage.internal.model
- MacApplicationMixin.Stub - Record Class in jdk.jpackage.internal.model
- MacBaseInstallerBundler - Class in jdk.jpackage.internal
- MacBaseInstallerBundler() - Constructor for class jdk.jpackage.internal.MacBaseInstallerBundler
- MacCertificateUtils - Class in jdk.jpackage.internal
- MacCertificateUtils() - Constructor for class jdk.jpackage.internal.MacCertificateUtils
- MacDmgBundler - Class in jdk.jpackage.internal
- MacDmgBundler() - Constructor for class jdk.jpackage.internal.MacDmgBundler
- MacDmgPackage - Interface in jdk.jpackage.internal.model
- MacDmgPackageMixin - Interface in jdk.jpackage.internal.model
- MacDmgPackageMixin.Stub - Record Class in jdk.jpackage.internal.model
- MacFileAssociation - Interface in jdk.jpackage.internal.model
- MacFileAssociationMixin - Interface in jdk.jpackage.internal.model
- MacFileAssociationMixin.Stub - Record Class in jdk.jpackage.internal.model
- MacLauncher - Interface in jdk.jpackage.internal.model
- MacLaunchersAsServices - Class in jdk.jpackage.internal
-
Helper to install launchers as services using "launchd".
- MacPackage - Interface in jdk.jpackage.internal.model
- MacPackageMixin - Interface in jdk.jpackage.internal.model
- MacPackageMixin.Stub - Record Class in jdk.jpackage.internal.model
- MacPkgBundler - Class in jdk.jpackage.internal
- MacPkgBundler() - Constructor for class jdk.jpackage.internal.MacPkgBundler
- MacPkgPackage - Interface in jdk.jpackage.internal.model
- MacPkgPackageMixin - Interface in jdk.jpackage.internal.model
- MacPkgPackageMixin.Stub - Record Class in jdk.jpackage.internal.model
- main(String...) - Static method in class jdk.jpackage.main.Main
-
main(String...
- Main - Class in jdk.jpackage.main
- Main() - Constructor for class jdk.jpackage.main.Main
- MAIN_JAR - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- mainLauncher() - Method in interface jdk.jpackage.internal.model.Application
-
Returns the main application launcher of this application or an empty
Optional
instance if the application doesn't have launchers. - mainLauncher() - Method in record class jdk.jpackage.internal.model.ApplicationLaunchers
-
Returns the value of the
mainLauncher
record component. - maintainer() - Method in interface jdk.jpackage.internal.model.LinuxDebPackage
-
Gets the value of the maintainer property of this DEB package.
- maintainerEmail() - Method in interface jdk.jpackage.internal.model.LinuxDebPackageMixin
-
Gets the email of the maintainer of this DEB package.
- maintainerEmail() - Method in record class jdk.jpackage.internal.model.LinuxDebPackageMixin.Stub
-
Returns the value of the
maintainerEmail
record component. - menuGroupName() - Method in interface jdk.jpackage.internal.model.LinuxPackageMixin
-
Gets the name of the start menu group where to create shortcuts for application launchers of this package.
- menuGroupName() - Method in record class jdk.jpackage.internal.model.LinuxPackageMixin.Stub
-
Returns the value of the
menuGroupName
record component. - mergeXmls(XMLStreamWriter, Collection<Source>) - Static method in class jdk.jpackage.internal.util.XmlUtils
- message(String, Object...) - Method in class jdk.jpackage.internal.util.LocalizedExceptionBuilder
-
Sets the message.
- mimeType() - Method in interface jdk.jpackage.internal.model.FileAssociation
-
Returns file association MIME type.
- mimeType() - Method in record class jdk.jpackage.internal.model.FileAssociation.Stub
-
Returns the value of the
mimeType
record component. - MODULE - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- MODULE_PATH - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- moduleName() - Method in interface jdk.jpackage.internal.model.LauncherModularStartupInfoMixin
-
Gets the main module name.
- moduleName() - Method in record class jdk.jpackage.internal.model.LauncherModularStartupInfoMixin.Stub
-
Returns the value of the
moduleName
record component. - modulePath() - Method in interface jdk.jpackage.internal.model.LauncherModularStartupInfoMixin
-
Gets the path to the input module location.
- modulePath() - Method in record class jdk.jpackage.internal.model.LauncherModularStartupInfoMixin.Stub
-
Returns the value of the
modulePath
record component. - move(PathGroup, CopyOption...) - Method in class jdk.jpackage.internal.util.PathGroup
-
Similar to
PathGroup.copy(PathGroup, CopyOption...)
but moves files/directories instead of copying. - msiPackage() - Method in interface jdk.jpackage.internal.model.WinExePackageMixin
- msiPackage() - Method in record class jdk.jpackage.internal.model.WinExePackageMixin.Stub
-
Returns the value of the
msiPackage
record component. - msiVersion() - Method in interface jdk.jpackage.internal.model.WinMsiPackageMixin
- msiVersion() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns the value of the
msiVersion
record component. - MsiVersion - Class in jdk.jpackage.internal.model
- MsiVersion() - Constructor for class jdk.jpackage.internal.model.MsiVersion
- MultiResourceBundle - Class in jdk.jpackage.internal.util
N 
- name() - Method in class jdk.jpackage.internal.JPackageToolProvider
- name() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the name of this application.
- name() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
name
record component. - name() - Method in interface jdk.jpackage.internal.model.Launcher
-
Gets the name of this launcher.
- name() - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Returns the value of the
name
record component. - NAME - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- nodes() - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
-
Returns the value of the
nodes
record component. - noformat() - Method in class jdk.jpackage.internal.util.LocalizedExceptionBuilder
-
A shortcut for
format(false)
call. - normalizedAbsolutePath(Path) - Static method in class jdk.jpackage.internal.util.PathUtils
- normalizedAbsolutePathString(Path) - Static method in class jdk.jpackage.internal.util.PathUtils
- nsDocumentClass() - Method in interface jdk.jpackage.internal.model.MacFileAssociationMixin
- nsDocumentClass() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns the value of the
nsDocumentClass
record component. - nsExportableTypes() - Method in interface jdk.jpackage.internal.model.MacFileAssociationMixin
- nsExportableTypes() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns the value of the
nsExportableTypes
record component. - nsPersistentStoreTypeKey() - Method in interface jdk.jpackage.internal.model.MacFileAssociationMixin
- nsPersistentStoreTypeKey() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns the value of the
nsPersistentStoreTypeKey
record component.
O 
- of(String) - Static method in class jdk.jpackage.internal.model.MsiVersion
-
Parse the given string as Windows MSI Product version.
- ofList(List<V>) - Static method in interface jdk.jpackage.internal.pipeline.FixedDAG.Nodes
- OUTPUT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
P 
- Package - Interface in jdk.jpackage.internal.model
-
Native application package.
- PACKAGE_TYPE - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- Package.Stub - Record Class in jdk.jpackage.internal.model
-
Default implementation of
Package
interface. - packageFileName() - Method in interface jdk.jpackage.internal.model.LinuxPackage
- packageFileName() - Method in interface jdk.jpackage.internal.model.Package
-
Get the name without an extension of the package file of this package.
- packageFileNameWithSuffix() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the full name of the package file of this package.
- packageFileSuffix() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the extension of the package file of this package if available or an empty
Optional
instance otherwise. - packageLayout() - Method in interface jdk.jpackage.internal.model.LinuxPackage
- packageLayout() - Method in interface jdk.jpackage.internal.model.LinuxPackageMixin
-
Overrides
Package.packageLayout()
. - packageLayout() - Method in record class jdk.jpackage.internal.model.LinuxPackageMixin.Stub
-
Returns the value of the
packageLayout
record component. - packageLayout() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the layout of the installed app image of the application resolved at the relative installation directory of this package.
- packageName() - Method in interface jdk.jpackage.internal.model.LauncherStartupInfo
-
Gets the package name of the main class of this launcher startup configuration.
- packageName() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the name of the native package of this package.
- packageName() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns the value of the
packageName
record component. - PackagerException - Exception Class in jdk.jpackage.internal.model
-
Signals that error has occurred at packaging phase.
- PackagerException(String) - Constructor for exception class jdk.jpackage.internal.model.PackagerException
- PackagerException(String, Object...) - Constructor for exception class jdk.jpackage.internal.model.PackagerException
- PackagerException(String, Throwable) - Constructor for exception class jdk.jpackage.internal.model.PackagerException
- PackagerException(Throwable) - Constructor for exception class jdk.jpackage.internal.model.PackagerException
- PackagerException(Throwable, String, Object...) - Constructor for exception class jdk.jpackage.internal.model.PackagerException
- PackageType - Interface in jdk.jpackage.internal.model
-
Generic package type.
- PackageWriter - Interface in jdk.jpackage.internal.model
-
Creates native package from the given
Package
object. - params - Variable in class jdk.jpackage.internal.BundleParams
- path() - Method in interface jdk.jpackage.internal.model.CustomLauncherIcon
-
Returns path to icon file.
- path() - Method in record class jdk.jpackage.internal.model.CustomLauncherIcon.Stub
-
Returns the value of the
path
record component. - PathGroup - Class in jdk.jpackage.internal.util
-
Group of paths.
- PathGroup(Map<Object, Path>) - Constructor for class jdk.jpackage.internal.util.PathGroup
-
Creates path group with the initial paths.
- PathGroup.TransformHandler - Interface in jdk.jpackage.internal.util
-
Handler of file copying and directory creating.
- paths() - Method in class jdk.jpackage.internal.util.PathGroup
-
Gets paths associated with all identifiers in this path group.
- PathUtils - Class in jdk.jpackage.internal.util
- PathUtils() - Constructor for class jdk.jpackage.internal.util.PathUtils
- PkgSigningConfig - Interface in jdk.jpackage.internal.model
- PkgSigningConfig.Stub - Record Class in jdk.jpackage.internal.model
- PListReader - Class in jdk.jpackage.internal.util
- PListReader(byte[]) - Constructor for class jdk.jpackage.internal.util.PListReader
- PListReader(Node) - Constructor for class jdk.jpackage.internal.util.PListReader
- PListWriter - Class in jdk.jpackage.internal.util
- PListWriter() - Constructor for class jdk.jpackage.internal.util.PListWriter
- PREDEFINED_APP_IMAGE - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- PREDEFINED_RUNTIME_IMAGE - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- predefinedAppImage() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the path to a directory with the application app image of this package if available or an empty
Optional
instance otherwise. - predefinedAppImage() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns the value of the
predefinedAppImage
record component. - predefinedAppImageSigned() - Method in interface jdk.jpackage.internal.model.MacPackageMixin
-
Gets sign status of the predefined app image.
- predefinedAppImageSigned() - Method in record class jdk.jpackage.internal.model.MacPackageMixin.Stub
-
Returns the value of the
predefinedAppImageSigned
record component. - processArguments() - Method in class jdk.jpackage.internal.Arguments
- productCode() - Method in interface jdk.jpackage.internal.model.WinMsiPackageMixin
- productCode() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns the value of the
productCode
record component.
Q 
- qualifiedClassName() - Method in interface jdk.jpackage.internal.model.LauncherStartupInfo
-
Gets the qualified name of the main class of this launcher startup configuration.
- qualifiedClassName() - Method in record class jdk.jpackage.internal.model.LauncherStartupInfo.Stub
-
Returns the value of the
qualifiedClassName
record component. - queryArrayValue(String) - Method in class jdk.jpackage.internal.util.PListReader
- queryBoolValue(String) - Method in class jdk.jpackage.internal.util.PListReader
- queryNodes(Node, XPath, String) - Static method in class jdk.jpackage.internal.util.XmlUtils
- queryValue(String) - Method in class jdk.jpackage.internal.util.PListReader
- quiet(boolean) - Method in class jdk.jpackage.internal.Codesign.Builder
R 
- recursiveApplyTo(String, Function<String, Object>) - Method in class jdk.jpackage.internal.util.TokenReplace
- relativeCopyrightFilePath() - Method in interface jdk.jpackage.internal.model.LinuxDebPackage
-
Gets the relative path to this DEB package's copyright file.
- relativeInstallDir() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the relative path to the package installation directory of this package.
- relativeInstallDir() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns the value of the
relativeInstallDir
record component. - release() - Method in interface jdk.jpackage.internal.model.LinuxPackageMixin
-
Gets the release of this package.
- release() - Method in record class jdk.jpackage.internal.model.LinuxPackageMixin.Stub
-
Returns the value of the
release
record component. - RELEASE - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- REPLACEMENT_STRING_IDS - Static variable in class jdk.jpackage.internal.LinuxLaunchersAsServices
- REPLACEMENT_STRING_IDS - Static variable in class jdk.jpackage.internal.MacLaunchersAsServices
- replacementStringIds() - Method in class jdk.jpackage.internal.LinuxLaunchersAsServices
- replacementStringIds() - Method in class jdk.jpackage.internal.MacLaunchersAsServices
- replaceSuffix(Path, String) - Static method in class jdk.jpackage.internal.util.PathUtils
- required - Static variable in class jdk.jpackage.internal.MacDmgBundler
- resolveAt(Path) - Method in interface jdk.jpackage.internal.model.AppImageLayout
-
Creates a copy of this app image resolved at the given root directory.
- resolveAt(Path) - Method in record class jdk.jpackage.internal.model.AppImageLayout.Stub
- resolveAt(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- resolveAt(Path) - Method in interface jdk.jpackage.internal.model.ApplicationLayout
- resolveAt(Path) - Method in interface jdk.jpackage.internal.model.RuntimeLayout
- resolveAt(Path) - Method in class jdk.jpackage.internal.util.PathGroup
-
Creates a copy of this path group with all paths resolved against the given root.
- resolveNullablePath(Path, Path) - Static method in class jdk.jpackage.internal.util.PathUtils
- RESOURCE_DIR - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- ResourceLocator - Class in jdk.jpackage.internal.resources
- ResourceLocator() - Constructor for class jdk.jpackage.internal.resources.ResourceLocator
- rethrowConfigException(RuntimeException) - Static method in exception class jdk.jpackage.internal.model.ConfigException
-
Throws the cause of the given
RuntimeException
exception asConfigException
if the cause is of this type or re-throws the givenRuntimeException
exception as-is otherwise. - rethrowPackagerException(RuntimeException) - Static method in exception class jdk.jpackage.internal.model.PackagerException
-
Throws the cause of the given
RuntimeException
exception asPackagerException
if the cause is of this type or re-throws the givenRuntimeException
exception as-is otherwise. - rethrowUnchecked(Throwable) - Static method in exception class jdk.jpackage.internal.util.function.ExceptionBox
- RetryExecutor - Class in jdk.jpackage.internal
- RetryExecutor() - Constructor for class jdk.jpackage.internal.RetryExecutor
- rootDirectory() - Method in interface jdk.jpackage.internal.model.AppImageLayout
-
Root directory of this app image.
- rootDirectory() - Method in record class jdk.jpackage.internal.model.AppImageLayout.Stub
-
Returns the value of the
rootDirectory
record component. - rootDirectory(String) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- rootDirectory(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- roots() - Method in class jdk.jpackage.internal.util.PathGroup
-
Gets root paths in this path group.
- run() - Method in interface jdk.jpackage.internal.util.function.ThrowingRunnable
- run(PrintWriter, PrintWriter, String...) - Method in class jdk.jpackage.internal.JPackageToolProvider
- RUNTIME_PACKAGE_LAYOUT - Static variable in interface jdk.jpackage.internal.model.MacPackage
- runtimeBuilder() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the runtime builder of this application if available or an empty
Optional
instance. - runtimeBuilder() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
runtimeBuilder
record component. - RuntimeBuilder - Interface in jdk.jpackage.internal.model
-
Creates Java runtime.
- runtimeDirectory() - Method in interface jdk.jpackage.internal.model.AppImageLayout
-
A path to Java runtime directory.
- runtimeDirectory() - Method in record class jdk.jpackage.internal.model.AppImageLayout.Stub
-
Returns the value of the
runtimeDirectory
record component. - runtimeDirectory(String) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- runtimeDirectory(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- RuntimeLayout - Interface in jdk.jpackage.internal.model
-
Java runtime app image layout.
- runtimeRootDirectory() - Method in interface jdk.jpackage.internal.MacApplicationLayoutMixin
-
Path to the root Java runtime directory in the application image.
- runtimeRootDirectory() - Method in record class jdk.jpackage.internal.MacApplicationLayoutMixin.Stub
-
Returns the value of the
runtimeRootDirectory
record component.
S 
- saveOutput(boolean) - Method in class jdk.jpackage.internal.RetryExecutor
- sequentialExecutor() - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder
- serviceInstaller() - Method in interface jdk.jpackage.internal.model.WinMsiPackageMixin
- serviceInstaller() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns the value of the
serviceInstaller
record component. - setAll(String) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- setAll(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
- setAttemptTimeoutMillis(int) - Method in class jdk.jpackage.internal.RetryExecutor
- setExecutorInitializer(Consumer<Executor>) - Method in class jdk.jpackage.internal.RetryExecutor
- setMaxAttemptsCount(int) - Method in class jdk.jpackage.internal.RetryExecutor
- setPath(Object, Path) - Method in class jdk.jpackage.internal.util.PathGroup
-
Assigns the specified path value to the given identifier in this path group.
- setPrintWriter(PrintWriter, PrintWriter) - Method in class jdk.jpackage.internal.Log.Logger
- setPrintWriter(PrintWriter, PrintWriter) - Static method in class jdk.jpackage.internal.Log
- setVerbose() - Method in class jdk.jpackage.internal.Log.Logger
- setVerbose() - Static method in class jdk.jpackage.internal.Log
- setWriteOutputToFile(boolean) - Method in class jdk.jpackage.internal.RetryExecutor
- shortcut() - Method in interface jdk.jpackage.internal.model.LinuxLauncherMixin
-
Gets the start menu shortcut setting of this application launcher.
- shortcut() - Method in record class jdk.jpackage.internal.model.LinuxLauncherMixin.Stub
-
Returns the value of the
shortcut
record component. - shortcuts() - Method in interface jdk.jpackage.internal.model.WinLauncherMixin
- shortcuts() - Method in record class jdk.jpackage.internal.model.WinLauncherMixin.Stub
-
Returns the value of the
shortcuts
record component. - shortVersion() - Method in interface jdk.jpackage.internal.model.MacApplication
- showHelp(boolean) - Static method in class jdk.jpackage.internal.CLIHelp
- sign() - Method in interface jdk.jpackage.internal.model.MacApplication
-
Returns
true
if the application image of this application should be signed. - sign() - Method in interface jdk.jpackage.internal.model.MacPkgPackage
-
Returns
true
if this PKG installer should be signed. - SIGNED - Enum constant in enum class jdk.jpackage.internal.model.MacApplication.ExtraAppImageFileField
- signingConfig() - Method in interface jdk.jpackage.internal.model.MacApplicationMixin
- signingConfig() - Method in record class jdk.jpackage.internal.model.MacApplicationMixin.Stub
-
Returns the value of the
signingConfig
record component. - signingConfig() - Method in interface jdk.jpackage.internal.model.MacPkgPackageMixin
- signingConfig() - Method in record class jdk.jpackage.internal.model.MacPkgPackageMixin.Stub
-
Returns the value of the
signingConfig
record component. - SigningIdentity - Interface in jdk.jpackage.internal.model
- simpleClassName() - Method in interface jdk.jpackage.internal.model.LauncherStartupInfo
-
Returns the simple name of the main class of this launcher startup configuration as given in the source code.
- size() - Method in interface jdk.jpackage.internal.pipeline.FixedDAG.Nodes
- sizeInBytes() - Method in class jdk.jpackage.internal.util.PathGroup
-
Gets the number of bytes in root paths of this path group.
- srcDir() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the source directory of this application if available or an empty
Optional
instance. - srcDir() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
srcDir
record component. - StandardPackageType - Enum Class in jdk.jpackage.internal.model
-
Standard native package types.
- startMenuGroupName() - Method in interface jdk.jpackage.internal.model.WinMsiPackageMixin
- startMenuGroupName() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns the value of the
startMenuGroupName
record component. - startupInfo() - Method in interface jdk.jpackage.internal.model.Launcher
-
Gets the startup information of this launcher if available or an empty
Optional
instance otherwise. - startupInfo() - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Returns the value of the
startupInfo
record component. - StringBundle - Interface in jdk.jpackage.internal.util
-
String bundle contains locale-specific strings.
- stringifyShellCommands(String...) - Static method in class jdk.jpackage.internal.LinuxLaunchersAsServices
- stringifyShellCommands(String...) - Static method in class jdk.jpackage.internal.MacLaunchersAsServices
- stringifyShellCommands(List<String>) - Static method in class jdk.jpackage.internal.LinuxLaunchersAsServices
- stringifyShellCommands(List<String>) - Static method in class jdk.jpackage.internal.MacLaunchersAsServices
- stringifyTextFile(String) - Static method in class jdk.jpackage.internal.LinuxLaunchersAsServices
- stringifyTextFile(String) - Static method in class jdk.jpackage.internal.MacLaunchersAsServices
- Stub(boolean, Set<WinLauncherMixin.WinShortcut>) - Constructor for record class jdk.jpackage.internal.model.WinLauncherMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(String) - Constructor for record class jdk.jpackage.internal.model.LinuxDebPackageMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(String) - Constructor for record class jdk.jpackage.internal.model.LinuxRpmPackageMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(String, String, String, String, String, Optional<Path>, List<Path>, AppImageLayout, Optional<RuntimeBuilder>, List<Launcher>, Map<String, String>) - Constructor for record class jdk.jpackage.internal.model.Application.Stub
-
Creates an instance of a
Stub
record class. - Stub(String, String, String, Optional<Boolean>, Optional<String>, Optional<String>, Optional<Boolean>, Optional<Boolean>, List<String>, List<String>) - Constructor for record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(String, List<String>, List<String>, List<Path>) - Constructor for record class jdk.jpackage.internal.model.LauncherStartupInfo.Stub
-
Creates an instance of a
Stub
record class. - Stub(String, List<Path>) - Constructor for record class jdk.jpackage.internal.model.LauncherModularStartupInfoMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(String, Optional<LauncherStartupInfo>, List<FileAssociation>, boolean, String, Optional<LauncherIcon>, String, Map<String, String>) - Constructor for record class jdk.jpackage.internal.model.Launcher.Stub
-
Creates an instance of a
Stub
record class. - Stub(Path) - Constructor for record class jdk.jpackage.internal.LinuxApplicationLayoutMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(Path) - Constructor for record class jdk.jpackage.internal.MacApplicationLayoutMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(Path) - Constructor for record class jdk.jpackage.internal.model.CustomLauncherIcon.Stub
-
Creates an instance of a
Stub
record class. - Stub(Path, boolean) - Constructor for record class jdk.jpackage.internal.model.LauncherJarStartupInfoMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(Path, Path) - Constructor for record class jdk.jpackage.internal.model.AppImageLayout.Stub
-
Creates an instance of a
Stub
record class. - Stub(Path, Path, Path, Path, Path) - Constructor for record class jdk.jpackage.internal.model.ApplicationLayoutMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(Optional<Boolean>) - Constructor for record class jdk.jpackage.internal.model.LinuxLauncherMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(Optional<Boolean>) - Constructor for record class jdk.jpackage.internal.model.MacPackageMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(Optional<String>, Optional<Path>, String, String) - Constructor for record class jdk.jpackage.internal.model.FileAssociation.Stub
-
Creates an instance of a
Stub
record class. - Stub(Optional<Path>, String, String, String, boolean, Optional<AppImageSigningConfig>) - Constructor for record class jdk.jpackage.internal.model.MacApplicationMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(Optional<Path>, List<Path>) - Constructor for record class jdk.jpackage.internal.model.MacDmgPackageMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(Optional<PkgSigningConfig>) - Constructor for record class jdk.jpackage.internal.model.MacPkgPackageMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(AppImageLayout, String, Optional<String>, Optional<String>, Optional<String>, String) - Constructor for record class jdk.jpackage.internal.model.LinuxPackageMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(Application) - Constructor for record class jdk.jpackage.internal.model.WinApplicationMixin.Stub
- Stub(Application, PackageType, String, String, String, Optional<String>, Optional<Path>, Optional<Path>, Path) - Constructor for record class jdk.jpackage.internal.model.Package.Stub
-
Creates an instance of a
Stub
record class. - Stub(DottedVersion) - Constructor for record class jdk.jpackage.internal.model.WinApplicationMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(DottedVersion, boolean, boolean, Optional<String>, Optional<String>, String, boolean, UUID, UUID, Optional<Path>) - Constructor for record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Creates an instance of a
Stub
record class. - Stub(SigningIdentity, String, Optional<Path>, Optional<String>, String) - Constructor for record class jdk.jpackage.internal.model.AppImageSigningConfig.Stub
-
Creates an instance of a
Stub
record class. - Stub(SigningIdentity, Optional<String>) - Constructor for record class jdk.jpackage.internal.model.PkgSigningConfig.Stub
-
Creates an instance of a
Stub
record class. - Stub(WinMsiPackage, Optional<Path>) - Constructor for record class jdk.jpackage.internal.model.WinExePackageMixin.Stub
-
Creates an instance of a
Stub
record class. - suffix() - Method in enum class jdk.jpackage.internal.model.StandardPackageType
-
Gets file extension of this package type.
- supported(boolean) - Method in class jdk.jpackage.internal.LinuxAppBundler
- supported(boolean) - Method in class jdk.jpackage.internal.MacAppBundler
- supported(boolean) - Method in class jdk.jpackage.internal.WinAppBundler
- supported(boolean) - Method in interface jdk.jpackage.internal.Bundler
-
Returns "true" if this bundler is supported on current platform.
- supported(boolean) - Method in class jdk.jpackage.internal.LinuxDebBundler
- supported(boolean) - Method in class jdk.jpackage.internal.LinuxRpmBundler
- supported(boolean) - Method in class jdk.jpackage.internal.MacDmgBundler
- supported(boolean) - Method in class jdk.jpackage.internal.MacPkgBundler
- supported(boolean) - Method in class jdk.jpackage.internal.WinExeBundler
- supported(boolean) - Method in class jdk.jpackage.internal.WinMsiBundler
T 
- tail() - Method in record class jdk.jpackage.internal.pipeline.DirectedEdge
-
Returns the value of the
tail
record component. - task() - Method in class jdk.jpackage.internal.pipeline.TaskSpecBuilder
- task(Callable<Void>) - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder
- TaskPipelineBuilder - Class in jdk.jpackage.internal.pipeline
- TaskPipelineBuilder() - Constructor for class jdk.jpackage.internal.pipeline.TaskPipelineBuilder
- TaskPipelineBuilder.TaskBuilder - Class in jdk.jpackage.internal.pipeline
- TaskSpecBuilder<T> - Class in jdk.jpackage.internal.pipeline
- TaskSpecBuilder(T) - Constructor for class jdk.jpackage.internal.pipeline.TaskSpecBuilder
- TEMP_ROOT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- ThrowingBiConsumer<T,
U> - Interface in jdk.jpackage.internal.util.function - ThrowingBiFunction<T,
U, - Interface in jdk.jpackage.internal.util.functionR> - ThrowingConsumer<T> - Interface in jdk.jpackage.internal.util.function
- ThrowingFunction<T,
R> - Interface in jdk.jpackage.internal.util.function - ThrowingRunnable - Interface in jdk.jpackage.internal.util.function
- ThrowingSupplier<T> - Interface in jdk.jpackage.internal.util.function
- ThrowingUnaryOperator<T> - Interface in jdk.jpackage.internal.util.function
- to() - Method in record class jdk.jpackage.internal.pipeline.DirectedEdge
- toBiConsumer(ThrowingBiConsumer<T, U>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingBiConsumer
- toBiFunction(ThrowingBiFunction<T, U, R>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingBiFunction
- toCollection(Collection<B>) - Static method in class jdk.jpackage.internal.util.CollectionUtils
-
Casts the given collection to the requested type.
- toCollectionUBW(Collection<? extends B>) - Static method in class jdk.jpackage.internal.util.CollectionUtils
-
Casts the given collection to the requested upper bounded wildcard (UBW) type.
- toComponentsString() - Method in class jdk.jpackage.internal.model.DottedVersion
- toConsumer(ThrowingConsumer<T>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingConsumer
- toFunction(ThrowingFunction<T, R>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingFunction
- TokenReplace - Class in jdk.jpackage.internal.util
-
Class to replace tokens in strings.
- TokenReplace(String...) - Constructor for class jdk.jpackage.internal.util.TokenReplace
- TOOL_RPM - Static variable in class jdk.jpackage.internal.LinuxRpmBundler
- TOOL_RPMBUILD - Static variable in class jdk.jpackage.internal.LinuxRpmBundler
- TOOL_RPMBUILD_MIN_VERSION - Static variable in class jdk.jpackage.internal.LinuxRpmBundler
- ToolValidator - Class in jdk.jpackage.internal
- toPathGroup(AppImageLayout) - Static method in interface jdk.jpackage.internal.model.AppImageLayout
-
Creates
PathGroup
object from the givenAppImageLayout
instance. - topologicalSort() - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
-
Returns topologically ordered nodes of this graph.
- toRunnable(ThrowingRunnable) - Static method in interface jdk.jpackage.internal.util.function.ThrowingRunnable
- toSet(Collection<T>) - Static method in class jdk.jpackage.internal.util.CollectionUtils
-
Converts the given collection to
Set
. - toStream(NamedNodeMap) - Static method in class jdk.jpackage.internal.util.XmlUtils
- toStream(NodeList) - Static method in class jdk.jpackage.internal.util.XmlUtils
- toString() - Method in class jdk.jpackage.internal.LinuxAppBundler
- toString() - Method in class jdk.jpackage.internal.LinuxDebBundler
- toString() - Method in class jdk.jpackage.internal.LinuxRpmBundler
- toString() - Method in class jdk.jpackage.internal.MacAppBundler
- toString() - Method in class jdk.jpackage.internal.MacBaseInstallerBundler
- toString() - Method in class jdk.jpackage.internal.MacDmgBundler
- toString() - Method in class jdk.jpackage.internal.MacPkgBundler
- toString() - Method in class jdk.jpackage.internal.WinAppBundler
- toString() - Method in class jdk.jpackage.internal.WinExeBundler
- toString() - Method in class jdk.jpackage.internal.WinMsiBundler
- toString() - Method in class jdk.jpackage.internal.DeployParams
- toString() - Method in record class jdk.jpackage.internal.LinuxApplicationLayoutMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.MacApplicationLayoutMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.AppImageLayout.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.AppImageSigningConfig.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.ApplicationLaunchers
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.ApplicationLayoutMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.CustomLauncherIcon.Stub
-
Returns a string representation of this record class.
- toString() - Method in class jdk.jpackage.internal.model.DottedVersion
- toString() - Method in record class jdk.jpackage.internal.model.FileAssociation.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.Launcher.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.LauncherJarStartupInfoMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.LauncherModularStartupInfoMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.LauncherStartupInfo.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.LinuxDebPackageMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.LinuxLauncherMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.LinuxPackageMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.LinuxRpmPackageMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.MacApplicationMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.MacDmgPackageMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.MacPackageMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.MacPkgPackageMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.PkgSigningConfig.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.WinApplicationMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.WinExePackageMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.WinLauncherMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.pipeline.DirectedEdge
-
Returns a string representation of this record class.
- toString() - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
-
Returns a string representation of this record class.
- toString() - Method in class jdk.jpackage.internal.util.TokenReplace
- toSupplier(ThrowingSupplier<T>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingSupplier
- toUnaryOperator(ThrowingUnaryOperator<T>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingUnaryOperator
- toXmlConsumer(XmlUtils.XmlConsumerNoArg) - Static method in class jdk.jpackage.internal.util.XmlUtils
- transform(PathGroup, PathGroup.TransformHandler) - Method in class jdk.jpackage.internal.util.PathGroup
-
Similar to
PathGroup.copy(PathGroup, CopyOption...)
but uses the given handler to transform paths instead of coping. - type() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns the value of the
type
record component. - type() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the type of this package.
U 
- uiSupportsDocumentBrowser() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns the value of the
uiSupportsDocumentBrowser
record component. - uiSupportsDocumentBrowser() - Method in interface jdk.jpackage.internal.model.MacFileAssociationMixin
- updateURL() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns the value of the
updateURL
record component. - updateURL() - Method in interface jdk.jpackage.internal.model.WinMsiPackageMixin
- upgradeCode() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns the value of the
upgradeCode
record component. - upgradeCode() - Method in interface jdk.jpackage.internal.model.WinMsiPackageMixin
- userProvidedBuildRoot - Variable in class jdk.jpackage.internal.Arguments
- utTypeConformsTo() - Method in record class jdk.jpackage.internal.model.MacFileAssociationMixin.Stub
-
Returns the value of the
utTypeConformsTo
record component. - utTypeConformsTo() - Method in interface jdk.jpackage.internal.model.MacFileAssociationMixin
V 
- validate() - Method in class jdk.jpackage.internal.DeployParams
- validate(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.LinuxAppBundler
- validate(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.MacAppBundler
- validate(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.WinAppBundler
- validate(Map<String, ? super Object>) - Method in interface jdk.jpackage.internal.Bundler
-
Determines if this bundler will execute with the given parameters.
- validate(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.LinuxDebBundler
- validate(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.LinuxRpmBundler
- validate(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.MacDmgBundler
- validate(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.MacPkgBundler
- validate(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.WinExeBundler
- validate(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.WinMsiBundler
- validateAppImageAndBundeler(Map<String, ? super Object>) - Method in class jdk.jpackage.internal.MacBaseInstallerBundler
- valueOf(String) - Static method in enum class jdk.jpackage.internal.Arguments.CLIOptions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jdk.jpackage.internal.model.MacApplication.ExtraAppImageFileField
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jdk.jpackage.internal.model.StandardPackageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jdk.jpackage.internal.model.WinLauncherMixin.WinShortcut
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jdk.jpackage.internal.WixTool
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class jdk.jpackage.internal.Arguments.CLIOptions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jdk.jpackage.internal.model.MacApplication.ExtraAppImageFileField
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jdk.jpackage.internal.model.StandardPackageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jdk.jpackage.internal.model.WinLauncherMixin.WinShortcut
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jdk.jpackage.internal.WixTool
-
Returns an array containing the constants of this enum class, in the order they are declared.
- vendor() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
vendor
record component. - vendor() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the vendor of this application.
- VENDOR - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- verbose(String) - Method in class jdk.jpackage.internal.Log.Logger
- verbose(String) - Static method in class jdk.jpackage.internal.Log
- verbose(Throwable) - Method in class jdk.jpackage.internal.Log.Logger
- verbose(Throwable) - Static method in class jdk.jpackage.internal.Log
- verbose(List<String>, List<String>, int, long) - Method in class jdk.jpackage.internal.Log.Logger
- verbose(List<String>, List<String>, int, long) - Static method in class jdk.jpackage.internal.Log
- VERBOSE - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- verifyOutputBundle(BuildEnv, LinuxPackage, Path) - Method in class jdk.jpackage.internal.LinuxDebBundler
- verifyOutputBundle(BuildEnv, LinuxPackage, Path) - Method in class jdk.jpackage.internal.LinuxRpmBundler
- version() - Method in record class jdk.jpackage.internal.model.Application.Stub
-
Returns the value of the
version
record component. - version() - Method in interface jdk.jpackage.internal.model.Application
-
Gets the version of this application.
- version() - Method in record class jdk.jpackage.internal.model.Package.Stub
-
Returns the value of the
version
record component. - version() - Method in interface jdk.jpackage.internal.model.Package
-
Gets the version of this package.
- VERSION - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- versionWithRelease() - Method in interface jdk.jpackage.internal.model.LinuxPackage
-
Gets the version with the release component of this Linux package.
W 
- WIN_CONSOLE_HINT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- WIN_DIR_CHOOSER - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- WIN_EXE - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
- WIN_HELP_URL - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- WIN_MENU_GROUP - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- WIN_MENU_HINT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- WIN_MSI - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
- WIN_PER_USER_INSTALLATION - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- WIN_SHORTCUT_DESKTOP - Enum constant in enum class jdk.jpackage.internal.model.WinLauncherMixin.WinShortcut
- WIN_SHORTCUT_HINT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- WIN_SHORTCUT_PROMPT - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- WIN_SHORTCUT_START_MENU - Enum constant in enum class jdk.jpackage.internal.model.WinLauncherMixin.WinShortcut
- WIN_UPDATE_URL - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- WIN_UPGRADE_UUID - Enum constant in enum class jdk.jpackage.internal.Arguments.CLIOptions
- WinAppBundler - Class in jdk.jpackage.internal
- WinAppBundler() - Constructor for class jdk.jpackage.internal.WinAppBundler
- WinApplication - Interface in jdk.jpackage.internal.model
- WinApplicationMixin - Interface in jdk.jpackage.internal.model
- WinApplicationMixin.Stub - Record Class in jdk.jpackage.internal.model
- WinExeBundler - Class in jdk.jpackage.internal
- WinExeBundler() - Constructor for class jdk.jpackage.internal.WinExeBundler
- WinExePackage - Interface in jdk.jpackage.internal.model
- WinExePackageMixin - Interface in jdk.jpackage.internal.model
- WinExePackageMixin.Stub - Record Class in jdk.jpackage.internal.model
- WinLauncher - Interface in jdk.jpackage.internal.model
- WinLauncherMixin - Interface in jdk.jpackage.internal.model
- WinLauncherMixin.Stub - Record Class in jdk.jpackage.internal.model
- WinLauncherMixin.WinShortcut - Enum Class in jdk.jpackage.internal.model
- WinMsiBundler - Class in jdk.jpackage.internal
-
WinMsiBundler Produces .msi installer from application image.
- WinMsiBundler() - Constructor for class jdk.jpackage.internal.WinMsiBundler
- WinMsiPackage - Interface in jdk.jpackage.internal.model
- WinMsiPackageMixin - Interface in jdk.jpackage.internal.model
- WinMsiPackageMixin.Stub - Record Class in jdk.jpackage.internal.model
- winVersion() - Method in record class jdk.jpackage.internal.model.WinApplicationMixin.Stub
-
Returns the value of the
winVersion
record component. - winVersion() - Method in interface jdk.jpackage.internal.model.WinApplicationMixin
- withInstallDirChooser() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns the value of the
withInstallDirChooser
record component. - withInstallDirChooser() - Method in interface jdk.jpackage.internal.model.WinMsiPackageMixin
- withShortcutPrompt() - Method in record class jdk.jpackage.internal.model.WinMsiPackageMixin.Stub
-
Returns the value of the
withShortcutPrompt
record component. - withShortcutPrompt() - Method in interface jdk.jpackage.internal.model.WinMsiPackageMixin
- Wix4 - Enum constant in enum class jdk.jpackage.internal.WixTool
- WixTool - Enum Class in jdk.jpackage.internal
-
WiX tool.
- write(Application, Path) - Method in interface jdk.jpackage.internal.model.ApplicationWriter
-
Creates app image directory from the given
Application
object in the given directory. - write(Package, Path) - Method in interface jdk.jpackage.internal.model.PackageWriter
-
Creates native package from the given
Package
object in the given directory. - writeArray(XMLStreamWriter, XmlConsumer) - Static method in class jdk.jpackage.internal.util.PListWriter
- writeBoolean(XMLStreamWriter, String, boolean) - Static method in class jdk.jpackage.internal.util.PListWriter
- writeBooleanOptional(XMLStreamWriter, String, Optional<Boolean>) - Static method in class jdk.jpackage.internal.util.PListWriter
- writeDict(XMLStreamWriter, XmlConsumer) - Static method in class jdk.jpackage.internal.util.PListWriter
- writeKey(XMLStreamWriter, String) - Static method in class jdk.jpackage.internal.util.PListWriter
- writePList(XMLStreamWriter, XmlConsumer) - Static method in class jdk.jpackage.internal.util.PListWriter
- writeString(XMLStreamWriter, String, Object) - Static method in class jdk.jpackage.internal.util.PListWriter
- writeStringArray(XMLStreamWriter, String, Object...) - Static method in class jdk.jpackage.internal.util.PListWriter
- writeStringArray(XMLStreamWriter, String, Collection<?>) - Static method in class jdk.jpackage.internal.util.PListWriter
- writeStringOptional(XMLStreamWriter, String, Optional<?>) - Static method in class jdk.jpackage.internal.util.PListWriter
X 
- XmlConsumer - Interface in jdk.jpackage.internal.util
- XmlUtils - Class in jdk.jpackage.internal.util
- XmlUtils() - Constructor for class jdk.jpackage.internal.util.XmlUtils
- XmlUtils.XmlConsumerNoArg - Interface in jdk.jpackage.internal.util
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form