Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABOUT_URL - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
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(Collection<? extends T>) - Method in class jdk.jpackage.internal.util.SetBuilder
 
add(T...) - Method in class jdk.jpackage.internal.util.SetBuilder
 
ADD_MODULES - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
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
 
ADDITIONAL_LAUNCHERS - Static variable in class jdk.jpackage.internal.cli.StandardOption
Processed additional launcher property files.
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.
addLaunchers() - Method in interface jdk.jpackage.internal.model.ExternalApplication
Returns the list of additional launchers configured for the application.
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
 
allHaveValues(Iterable<? extends Result<?>>) - Static method in record class jdk.jpackage.internal.util.Result
 
allHaveValues(Result<?>...) - Static method in record class jdk.jpackage.internal.util.Result
 
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 - Enum constant in enum class jdk.jpackage.internal.cli.StandardAppImageFileOption.AppImageFileOptionScope
 
APP_CLASS - Enum constant in enum class jdk.jpackage.internal.model.MacApplication.ExtraAppImageFileField
 
APP_CONTENT - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
APP_DIR - Enum constant in enum class jdk.jpackage.internal.model.LauncherShortcutStartupDirectory
The 'app' directory in the installed application app image.
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
 
APP_VERSION - Static variable in class jdk.jpackage.internal.cli.StandardAppImageFileOption
The version of the application.
APP_VERSION - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
APPCLASS - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
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.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.
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) - Method in class jdk.jpackage.internal.util.Enquoter
 
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
 
appName() - Method in interface jdk.jpackage.internal.model.ExternalApplication
Returns application name.
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.
appVersion() - Method in interface jdk.jpackage.internal.model.ExternalApplication
Returns application version.
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.
args() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.ToolProviderSpec
Returns the value of the args record component.
ARGUMENTS - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
asApplicationLayout() - Method in interface jdk.jpackage.internal.model.Application
Gets the unresolved app image layout of this application as ApplicationLayout type or an empty Optional instance if the return value of Application.imageLayout() call is not an instance of ApplicationLayout 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 empty Optional 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 empty Optional instance if the layout object is of incompatible type.
asList() - Method in record class jdk.jpackage.internal.model.ApplicationLaunchers
 
asOption() - Method in interface jdk.jpackage.internal.cli.OptionValue
 
asOptions() - Method in interface jdk.jpackage.internal.model.ExternalApplication.LauncherInfo
Returns Options representation of this instance.
asStandardPackageType() - Method in interface jdk.jpackage.internal.model.Package
Gets the type of this package as StandardPackageType type or an empty Optional instance if the return value of Package.type() call is not an instance of StandardPackageType type.
asStringValue() - Method in enum class jdk.jpackage.internal.model.LauncherShortcutStartupDirectory
 
attempt() - Method in interface jdk.jpackage.internal.util.RetryExecutor.Context
 

B

BinaryMatrix - Class in jdk.jpackage.internal.pipeline
 
binaryOutput(boolean) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Specifies whether this object will treat output streams of subsequently executed commands as byte streams rather than character streams.
BOOLEAN - Enum constant in enum class jdk.jpackage.internal.util.PListReader.Raw.Type
 
build() - Static method in interface jdk.jpackage.internal.cli.OptionValue
 
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() - Static method in class jdk.jpackage.internal.util.SetBuilder
 
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.cli.OptionValue.Builder
 
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.
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.
BundleSpec - Interface in jdk.jpackage.internal.model
A generic bundle specification.
bundleType() - Method in record class jdk.jpackage.internal.model.BundlingOperationDescriptor
Returns the value of the bundleType record component.
BUNDLING_OPERATION_DESCRIPTOR - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
BundlingEnvironment - Interface in jdk.jpackage.internal.model
Bundling environment.
bundlingEnvSupplier() - Method in record class jdk.jpackage.internal.cli.Main.Provider
Returns the value of the bundlingEnvSupplier record component.
BundlingOperationDescriptor - Record Class in jdk.jpackage.internal.model
Descriptor of a generic bundling operation.
BundlingOperationDescriptor(OperatingSystem, String) - Constructor for record class jdk.jpackage.internal.model.BundlingOperationDescriptor
 
BundlingOperationDescriptor(OperatingSystem, String, String) - Constructor for record class jdk.jpackage.internal.model.BundlingOperationDescriptor
Creates an instance of a BundlingOperationDescriptor record class.
byteContent() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
byteOutput() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
Returns the value of the byteOutput record component.
byteStderr() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
byteStdout() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 

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.
charset() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns the value passed in the last call of CommandOutputControl.charset(Charset) method on this object, or StandardCharsets.UTF_8 if the method has not been called.
charset(Charset) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Sets character encoding that will be applied to the stdout and the stderr streams of commands (subprocesses and ToolProvider-s) subsequently executed by this object.
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.
clear() - Method in class jdk.jpackage.internal.util.SetBuilder
 
CliBundlingEnvironment - Interface in jdk.jpackage.internal.cli
CLI bundling environment.
close() - Method in class jdk.jpackage.internal.util.TeeOutputStream
 
cmdline() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.ProcessSpec
Returns the value of the cmdline record component.
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
 
CommandLineFormat - Class in jdk.jpackage.internal.util
Formats command line arguments.
CommandOutputControl - Class in jdk.jpackage.internal.util
Runs commands and processes their stdout and stderr streams.
CommandOutputControl() - Constructor for class jdk.jpackage.internal.util.CommandOutputControl
 
CommandOutputControl.Executable - Interface in jdk.jpackage.internal.util
 
CommandOutputControl.ExecutableSpec - Interface in jdk.jpackage.internal.util
 
CommandOutputControl.ProcessSpec - Record Class in jdk.jpackage.internal.util
 
CommandOutputControl.Result - Record Class in jdk.jpackage.internal.util
 
CommandOutputControl.ToolProviderSpec - Record Class in jdk.jpackage.internal.util
 
CommandOutputControl.UnexpectedExitCodeException - Exception Class in jdk.jpackage.internal.util
 
CommandOutputControl.UnexpectedResultException - Exception Class in jdk.jpackage.internal.util
 
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.
concat(Options...) - Static method in interface jdk.jpackage.internal.cli.Options
 
concatXml(XMLStreamWriter, Iterable<? extends Source>) - Static method in class jdk.jpackage.internal.util.XmlUtils
 
concatXml(XMLStreamWriter, Source...) - Static method in class jdk.jpackage.internal.util.XmlUtils
 
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(String, Throwable) - Constructor for exception class jdk.jpackage.internal.model.ConfigException
 
ConfigException.Builder - Class in jdk.jpackage.internal.model
Builds ConfigException instances.
configurationErrors(BundlingOperationDescriptor) - Method in class jdk.jpackage.internal.LinuxBundlingEnvironment
 
configurationErrors(BundlingOperationDescriptor) - Method in class jdk.jpackage.internal.MacBundlingEnvironment
 
configurationErrors(BundlingOperationDescriptor) - Method in class jdk.jpackage.internal.WinBundlingEnvironment
 
configurationErrors(BundlingOperationDescriptor) - Method in interface jdk.jpackage.internal.model.BundlingEnvironment
Returns configuration errors or an empty list if there are no such errors for the target bundling operation.
conflictResolver(BinaryOperator<Method>) - Method in class jdk.jpackage.internal.util.CompositeProxy.Builder
Sets the method dispatch conflict resolver for this builder.
contains(OptionIdentifier) - Method in interface jdk.jpackage.internal.cli.Options
 
contains(OptionName) - Method in interface jdk.jpackage.internal.cli.Options
 
contains(WithOptionIdentifier) - Method in interface jdk.jpackage.internal.cli.Options
 
containsIn(Options) - Method in interface jdk.jpackage.internal.cli.OptionValue
 
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.
content() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
CONTENT_TYPE - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
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.
copy() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns a deep copy of this object.
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 - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
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.
copyWith(Iterable<? extends OptionIdentifier>) - Method in interface jdk.jpackage.internal.cli.Options
Creates a copy of this instance with all but the given option identifiers filtered out.
copyWith(OptionIdentifier...) - Method in interface jdk.jpackage.internal.cli.Options
Creates a copy of this instance with all but the given option identifiers filtered out.
copyWithDefaultValue(WithOptionIdentifier, Object) - Method in interface jdk.jpackage.internal.cli.Options
 
copyWithDefaultValue(WithOptionIdentifier, Supplier<Object>) - Method in interface jdk.jpackage.internal.cli.Options
 
copyWithExecutableSpec(CommandOutputControl.ExecutableSpec) - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
copyWithout(Iterable<? extends OptionIdentifier>) - Method in interface jdk.jpackage.internal.cli.Options
Creates a copy of this instance without the given option identifiers.
copyWithout(OptionIdentifier...) - Method in interface jdk.jpackage.internal.cli.Options
Creates a copy of this instance without the given option identifiers.
copyWithParent(Options) - Method in interface jdk.jpackage.internal.cli.Options
 
create() - Static method in interface jdk.jpackage.internal.cli.OptionValue
 
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() - Method in class jdk.jpackage.internal.util.SetBuilder
 
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) - Static method in interface jdk.jpackage.internal.model.ResourceDirLauncherIcon
Creates object of type ResourceDirLauncherIcon from the name of the resource referencing an icon file in the resource directory.
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(OptionIdentifier) - Static method in interface jdk.jpackage.internal.cli.OptionValue
 
create(Options) - Static method in interface jdk.jpackage.internal.model.ExternalApplication.LauncherInfo
 
create(Options, List<Options>, OperatingSystem) - Static method in interface jdk.jpackage.internal.model.ExternalApplication
 
create(AppImageLayout) - Method in interface jdk.jpackage.internal.model.RuntimeBuilder
Creates Java runtime in the given app image.
create(AppImageLayout, ApplicationLayoutMixin) - Static method in interface jdk.jpackage.internal.model.ApplicationLayout
Creates an object implementing ApplicationLayout interface from AppImageLayout and ApplicationLayoutMixin instances.
create(Application) - Static method in interface jdk.jpackage.internal.model.LinuxApplication
Creates LinuxApplication instance from the given Application 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
Constructs LinuxLauncher instance from the given Launcher and LinuxLauncherMixin instances.
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 given LauncherJarStartupInfo and LauncherJarStartupInfoMixin instances.
create(LauncherStartupInfo, LauncherModularStartupInfoMixin) - Static method in interface jdk.jpackage.internal.model.LauncherModularStartupInfo
create(LinuxPackage, LinuxDebPackageMixin) - Static method in interface jdk.jpackage.internal.model.LinuxDebPackage
Constructs LinuxDebPackage instance from the given LinuxPackage and LinuxDebPackageMixin instances.
create(LinuxPackage, LinuxRpmPackageMixin) - Static method in interface jdk.jpackage.internal.model.LinuxRpmPackage
Constructs LinuxRpmPackage instance from the given LinuxPackage and LinuxRpmPackageMixin instances.
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
Constructs LinuxPackage instance from the given Package and LinuxPackageMixin instances.
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
 
CREATE_LINUX_APP_IMAGE - Enum constant in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
CREATE_LINUX_DEB - Enum constant in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
CREATE_LINUX_RPM - Enum constant in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
CREATE_MAC_APP_IMAGE - Enum constant in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
CREATE_MAC_DMG - Enum constant in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
CREATE_MAC_PKG - Enum constant in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
CREATE_WIN_APP_IMAGE - Enum constant in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
CREATE_WIN_EXE - Enum constant in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
CREATE_WIN_MSI - Enum constant in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
createBundle(BundlingOperationDescriptor, Options) - Method in interface jdk.jpackage.internal.cli.CliBundlingEnvironment
Requests to run a bundling operation denoted with the given descriptor with the given values of command line options.
createBundle(BundlingOperationDescriptor, Options) - Method in class jdk.jpackage.internal.LinuxBundlingEnvironment
 
createBundle(BundlingOperationDescriptor, Options) - Method in class jdk.jpackage.internal.MacBundlingEnvironment
 
createBundle(BundlingOperationDescriptor, Options) - Method in class jdk.jpackage.internal.WinBundlingEnvironment
 
createCachingTokenValueSupplier(Map<String, Supplier<Object>>) - Static method in class jdk.jpackage.internal.util.TokenReplace
 
createDirectory(Path) - Method in interface jdk.jpackage.internal.util.PathGroup.TransformHandler
Request to create a directory at the given location.
createEmpty() - Static method in class jdk.jpackage.internal.util.Slot
 
createExecutable(ProcessBuilder) - Method in class jdk.jpackage.internal.util.CommandOutputControl
 
createExecutable(ToolProvider, String...) - Method in class jdk.jpackage.internal.util.CommandOutputControl
 
createIdentifier() - Static method in interface jdk.jpackage.internal.cli.OptionIdentifier
 
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
 
createXml(Path, XmlConsumer) - Static method in class jdk.jpackage.internal.util.XmlUtils
 
createXml(DOMResult, XmlConsumer) - Static method in class jdk.jpackage.internal.util.XmlUtils
 
createXml(XmlConsumer) - Static method in class jdk.jpackage.internal.util.XmlUtils
 
createXml(Node, XmlConsumer) - Static method in class jdk.jpackage.internal.util.XmlUtils
 
CustomLauncherIcon - Interface in jdk.jpackage.internal.model
Custom application launcher icon sourced from an external file.
CustomLauncherIcon.Stub - Record Class in jdk.jpackage.internal.model
Default implementation of CustomLauncherIcon type.

D

DATA - Enum constant in enum class jdk.jpackage.internal.util.PListReader.Raw.Type
 
DATE - Enum constant in enum class jdk.jpackage.internal.util.PListReader.Raw.Type
 
DEFAULT - Enum constant in enum class jdk.jpackage.internal.model.LauncherShortcutStartupDirectory
Platform-specific default value.
DEFAULT - Static variable in interface jdk.jpackage.internal.model.RuntimeLayout
Singleton.
DEFAULT - Static variable in class jdk.jpackage.internal.util.CommandLineFormat
 
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.
DefaultLauncherIcon.Details - Class in jdk.jpackage.internal.model
 
defaultOperation() - Method in class jdk.jpackage.internal.LinuxBundlingEnvironment
 
defaultOperation() - Method in class jdk.jpackage.internal.MacBundlingEnvironment
 
defaultOperation() - Method in class jdk.jpackage.internal.WinBundlingEnvironment
 
defaultOperation() - Method in interface jdk.jpackage.internal.model.BundlingEnvironment
Returns descriptor of the default bundling operation if there is such or an empty Optional instance otherwise.
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
 
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() - Method in class jdk.jpackage.internal.util.CommandOutputControl
 
DESCRIPTION - Static variable in class jdk.jpackage.internal.cli.StandardAppImageFileOption
The description of a launcher.
DESCRIPTION - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
DESCRIPTION - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
descriptor() - Method in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
desktopIntegrationDirectory() - Method in interface jdk.jpackage.internal.model.ApplicationLayoutMixin
Path to directory with application's desktop integration files.
desktopIntegrationDirectory() - Method in record class jdk.jpackage.internal.model.ApplicationLayoutMixin.Stub
Returns the value of the desktopIntegrationDirectory record component.
desktopIntegrationDirectory(String) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
 
desktopIntegrationDirectory(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
 
desktopShortcut() - Method in interface jdk.jpackage.internal.model.WinLauncherMixin
Gets the desktop shortcut of this application launcher.
desktopShortcut() - Method in record class jdk.jpackage.internal.model.WinLauncherMixin.Stub
Returns the value of the desktopShortcut record component.
DEST - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
Details() - Constructor for class jdk.jpackage.internal.model.DefaultLauncherIcon.Details
 
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.
discardStderr(boolean) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Specifies whether stderr streams from commands subsequently executed by this object will be discarded.
discardStdout(boolean) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Specifies whether stdout streams from commands subsequently executed by this object will be discarded.
DottedVersion - Class in jdk.jpackage.internal.model
Dotted numeric version string.
dump(Consumer<String>) - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
 
dumpOutput(boolean) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Specifies whether this object will dump the output streams from subsequently executed commands into the streams returned by CommandOutputControl.dumpStdout() and CommandOutputControl.dumpStdout() methods respectively.
dumpStderr() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns the value passed in the last call of CommandOutputControl.dumpStderr(PrintStream) method on this object, or System.err if the method has not been called.
dumpStderr(PrintStream) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Specifies the stream where stderr streams from commands subsequently executed by this object will be dumped.
dumpStdout() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns the value passed in the last call of CommandOutputControl.dumpStdout(PrintStream) method on this object, or System.out if the method has not been called.
dumpStdout(PrintStream) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Specifies the stream where stdout streams from commands subsequently executed by this object will be dumped.
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.
EMPTY_EXECUTABLE_SPEC - Static variable in class jdk.jpackage.internal.util.CommandOutputControl
 
emptyAllowed(boolean) - Method in class jdk.jpackage.internal.util.SetBuilder
 
Enquoter - Class in jdk.jpackage.internal.util
Add quotes to the given string in a configurable way.
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.cli.Main.Provider
Indicates whether some other object is "equal to" this one.
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.BundlingOperationDescriptor
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.LauncherShortcut
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.ResourceDirLauncherIcon.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 record class jdk.jpackage.internal.util.CommandOutputControl.ProcessSpec
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class jdk.jpackage.internal.util.CommandOutputControl.ToolProviderSpec
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class jdk.jpackage.internal.util.IdentityWrapper
 
equals(Object) - Method in class jdk.jpackage.internal.util.PathGroup
 
equals(Object) - Method in record class jdk.jpackage.internal.util.PListReader.Raw
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class jdk.jpackage.internal.util.Result
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
 
errors() - Method in record class jdk.jpackage.internal.util.Result
Returns the value of the errors record component.
ExceptionBox - Exception Class in jdk.jpackage.internal.util.function
 
exceptionType() - Method in class jdk.jpackage.internal.util.RetryExecutor
 
execSpec() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
Returns the value of the execSpec record component.
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() - Method in interface jdk.jpackage.internal.util.CommandOutputControl.Executable
 
execute() - Method in class jdk.jpackage.internal.util.RetryExecutor
 
execute(long, TimeUnit) - Method in interface jdk.jpackage.internal.util.CommandOutputControl.Executable
 
executeUnchecked() - Method in class jdk.jpackage.internal.util.RetryExecutor
 
executor() - Method in interface jdk.jpackage.internal.util.RetryExecutor.Context
 
executor(Executor) - Method in class jdk.jpackage.internal.pipeline.TaskPipelineBuilder
 
exitCode() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
Returns the value of the exitCode record component.
expectExitCode(int, int...) - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
expectExitCode(Collection<Integer>) - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
expectExitCode(IntPredicate) - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
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.
EXTENSIONS - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
ExternalApplication - Interface in jdk.jpackage.internal.model
Description of an external application image.
ExternalApplication.Internal - Class in jdk.jpackage.internal.model
 
ExternalApplication.LauncherInfo - Interface in jdk.jpackage.internal.model
Launcher description.
extra() - Method in interface jdk.jpackage.internal.model.ExternalApplication
Returns additional properties.
extra() - Method in interface jdk.jpackage.internal.model.ExternalApplication.LauncherInfo
Gets optional properties of the launcher.
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.xml") 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.xml") 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
 
FILE_ASSOCIATIONS - Static variable in class jdk.jpackage.internal.cli.StandardOption
Processed file association property files.
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
 
find() - Method in class jdk.jpackage.internal.util.Slot
 
find(OptionIdentifier) - Method in interface jdk.jpackage.internal.cli.Options
 
find(WithOptionIdentifier) - Method in interface jdk.jpackage.internal.cli.Options
 
findArrayValue(String, boolean) - Method in class jdk.jpackage.internal.util.PListReader
 
findBoolValue(String) - Method in class jdk.jpackage.internal.util.PListReader
 
findByteContent() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
findByteStderr() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
findByteStdout() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
findCertificates(Optional<Keychain>, Optional<String>) - Static method in class jdk.jpackage.internal.MacCertificateUtils
 
findContent() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
findDictValue(String) - Method in class jdk.jpackage.internal.util.PListReader
 
findIn(Options) - Method in interface jdk.jpackage.internal.cli.OptionValue
 
findStderr() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
findStdout() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
findStringArrayValue(String) - Method in class jdk.jpackage.internal.util.PListReader
 
findValue(String) - Method in class jdk.jpackage.internal.util.PListReader
 
firstError() - Method in record class jdk.jpackage.internal.util.Result
 
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
 
flatMap(Function<T, Result<U>>) - Method in record class jdk.jpackage.internal.util.Result
 
flush() - Static method in class jdk.jpackage.internal.Log
 
flush() - Method in class jdk.jpackage.internal.Log.Logger
 
flush() - Method in class jdk.jpackage.internal.util.TeeOutputStream
 
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.
format(List<String>) - Method in class jdk.jpackage.internal.util.CommandLineFormat
 
formatString(String, Object...) - Method in class jdk.jpackage.internal.util.LocalizedExceptionBuilder
 
forPropertyValues() - Static method in class jdk.jpackage.internal.util.Enquoter
 
forShellLiterals() - Static method in class jdk.jpackage.internal.util.Enquoter
 
forShellLiterals(char) - Static method in class jdk.jpackage.internal.util.Enquoter
 
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 empty Optional instance if the given icon object is not an instance of CustomLauncherIcon type.
fromLauncherIcon(LauncherIcon) - Static method in interface jdk.jpackage.internal.model.DefaultLauncherIcon
Returns the given icon as DefaultLauncherIcon type or an empty Optional instance if the given icon object is not an instance of DefaultLauncherIcon type.
fromLauncherIcon(LauncherIcon) - Static method in interface jdk.jpackage.internal.model.ResourceDirLauncherIcon
Returns the given icon as ResourceDirLauncherIcon type or an empty Optional instance if the given icon object is not an instance of ResourceDirLauncherIcon type.
fromList(List<? extends 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 given ResourceBundle object.

G

get() - Method in interface jdk.jpackage.internal.util.function.ThrowingSupplier
 
get() - Method in class jdk.jpackage.internal.util.Slot
 
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
 
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 jlink should look up for system Java modules.
getExitCode() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
getFrom(Options) - Method in interface jdk.jpackage.internal.cli.OptionValue
 
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.
getName() - Method in interface jdk.jpackage.internal.cli.OptionValue
 
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.
getOption() - Method in interface jdk.jpackage.internal.cli.OptionValue
 
getOutput() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
getPath(Object) - Method in class jdk.jpackage.internal.util.PathGroup
Returns a path associated with the given identifier in this path group.
getResult() - Method in exception class jdk.jpackage.internal.util.CommandOutputControl.UnexpectedResultException
 
getServicePListFileName(String, String) - Static method in class jdk.jpackage.internal.MacLaunchersAsServices
 
getServiceUnitFileName(String, String) - Static method in class jdk.jpackage.internal.LinuxLaunchersAsServices
 
getSpec() - Method in interface jdk.jpackage.internal.cli.OptionValue
 
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.
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.
Globals - Class in jdk.jpackage.internal
 
greedy(String) - Static method in class jdk.jpackage.internal.model.DottedVersion
 
guessRuntimeLayout(Path) - Static method in interface jdk.jpackage.internal.model.MacPackage
Guesses layout of a runtime image at the given path.

H

hasCustomIcon() - Method in interface jdk.jpackage.internal.model.Launcher
Returns true if this launcher has non-default icon.
hasDefaultIcon() - Method in interface jdk.jpackage.internal.model.Launcher
Returns true if this launcher has a default icon.
hasErrors() - Method in record class jdk.jpackage.internal.util.Result
 
hashCode() - Method in record class jdk.jpackage.internal.cli.Main.Provider
Returns a hash code value for this object.
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.BundlingOperationDescriptor
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.LauncherShortcut
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.ResourceDirLauncherIcon.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 record class jdk.jpackage.internal.util.CommandOutputControl.ProcessSpec
Returns a hash code value for this object.
hashCode() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
Returns a hash code value for this object.
hashCode() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.ToolProviderSpec
Returns a hash code value for this object.
hashCode() - Method in class jdk.jpackage.internal.util.IdentityWrapper
 
hashCode() - Method in class jdk.jpackage.internal.util.PathGroup
 
hashCode() - Method in record class jdk.jpackage.internal.util.PListReader.Raw
Returns a hash code value for this object.
hashCode() - Method in record class jdk.jpackage.internal.util.Result
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.
hasValue() - Method in record class jdk.jpackage.internal.util.Result
 
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

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 - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
ICON - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
id() - Method in interface jdk.jpackage.internal.cli.WithOptionIdentifier
 
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.
identity() - Static method in class jdk.jpackage.internal.util.Enquoter
 
IdentityWrapper<T> - Class in jdk.jpackage.internal.util
Object wrapper implementing Object.equals(Object) such that it returns true only when the argument is another instance of this class wrapping the same object.
IdentityWrapper(T) - Constructor for class jdk.jpackage.internal.util.IdentityWrapper
 
ids() - Method in interface jdk.jpackage.internal.cli.Options
 
ifPresentIn(Options, Consumer<T>) - Method in interface jdk.jpackage.internal.cli.OptionValue
 
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
 
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
 
INPUT - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
INSTALL_DIR - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
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.
installedPackageLayout() - Method in record class jdk.jpackage.internal.model.Package.Stub
Returns the value of the installedPackageLayout record component.
instance() - Static method in class jdk.jpackage.internal.Globals
 
INSTANCE - Static variable in interface jdk.jpackage.internal.model.DefaultLauncherIcon
Singleton.
INTEGER - Enum constant in enum class jdk.jpackage.internal.util.PListReader.Raw.Type
 
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.
IS_CLASSNAME_PREDICATE - Static variable in class jdk.jpackage.internal.cli.StandardValidator
 
IS_DIRECTORY - Static variable in class jdk.jpackage.internal.cli.StandardValidator
 
IS_DIRECTORY_EMPTY_OR_NON_EXISTENT_PREDICATE - Static variable in class jdk.jpackage.internal.cli.StandardValidator
 
IS_DIRECTORY_OR_NON_EXISTENT - Static variable in class jdk.jpackage.internal.cli.StandardValidator
 
IS_FILE_OR_SYMLINK - Static variable in class jdk.jpackage.internal.cli.StandardValidator
 
IS_NAME_VALID - Static variable in class jdk.jpackage.internal.cli.StandardValidator
 
IS_URL_PREDICATE - Static variable in class jdk.jpackage.internal.cli.StandardValidator
 
isBinaryOutput() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns the value passed in the last call of CommandOutputControl.binaryOutput(boolean) method on this object, or false if the method has not been called.
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.
isCreateBundle() - Method in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
Returns true if this bundling operation will create a new bundle and false otherwise.
isDiscardStderr() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns the value passed in the last call of CommandOutputControl.discardStderr(boolean) method on this object, or false if the method has not been called.
isDiscardStdout() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns the value passed in the last call of CommandOutputControl.discardStdout(boolean) method on this object, or false if the method has not been called.
isDumpOutput() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns the value passed in the last call of CommandOutputControl.dumpOutput(boolean) method on this object, or false if the method has not been called.
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 has Main-Class entry in the manifest.
isJarWithMainClass() - Method in record class jdk.jpackage.internal.model.LauncherJarStartupInfoMixin.Stub
Returns the value of the isJarWithMainClass record component.
isLastAttempt() - Method in interface jdk.jpackage.internal.util.RetryExecutor.Context
 
isRedirectStderr() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns the value passed in the last call of CommandOutputControl.redirectStderr(boolean) method on this object, or false if the method has not been called.
isResolved() - Method in interface jdk.jpackage.internal.model.AppImageLayout
Returns true if the root directory of this app image layout is not an empty path, i.e, if it is not equal to Path.of("").
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.
isSaveFirstLineOfOutput() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns whether this object will save the first line of the output of commands subsequently executed.
isSaveOutput() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns whether this object will save the complete output of commands subsequently executed.
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.
isStoreOutputInFiles() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns the value passed in the last call of CommandOutputControl.storeOutputInFiles(boolean) method on this object, or false if the method has not been called.
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 - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
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.cli - package jdk.jpackage.internal.cli
 
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 - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
JPackageException - Exception Class in jdk.jpackage.internal.model
Generic jpackage exception with non-null message.
JPackageException(String) - Constructor for exception class jdk.jpackage.internal.model.JPackageException
 
JPackageException(String, Throwable) - Constructor for exception class jdk.jpackage.internal.model.JPackageException
 

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 - Enum constant in enum class jdk.jpackage.internal.cli.StandardAppImageFileOption.AppImageFileOptionScope
 
LAUNCHER_AS_SERVICE - Static variable in class jdk.jpackage.internal.cli.StandardAppImageFileOption
Should install a launcher as a service?
LAUNCHER_AS_SERVICE - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
LAUNCHER_NAME - Static variable in class jdk.jpackage.internal.cli.StandardAppImageFileOption
The name of a launcher.
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
 
LauncherShortcut - Record Class in jdk.jpackage.internal.model
A shortcut to launch an application launcher.
LauncherShortcut() - Constructor for record class jdk.jpackage.internal.model.LauncherShortcut
 
LauncherShortcut(Optional<LauncherShortcutStartupDirectory>) - Constructor for record class jdk.jpackage.internal.model.LauncherShortcut
Creates an instance of a LauncherShortcut record class.
LauncherShortcut(LauncherShortcutStartupDirectory) - Constructor for record class jdk.jpackage.internal.model.LauncherShortcut
 
LauncherShortcutStartupDirectory - Enum Class in jdk.jpackage.internal.model
The directory in which to run an application launcher when it is started from a shortcut.
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 - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
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_APP_CATEGORY - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
LINUX_DEB - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
 
LINUX_DEB_MAINTAINER_EMAIL - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
LINUX_LAUNCHER_SHORTCUT - Static variable in class jdk.jpackage.internal.cli.StandardAppImageFileOption
Configuration of the shortcut for a launcher.
LINUX_MENU_GROUP - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
LINUX_PACKAGE_DEPENDENCIES - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
LINUX_PACKAGE_NAME - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
LINUX_RELEASE - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
LINUX_RPM - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
 
LINUX_RPM_LICENSE_TYPE - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
LINUX_SHORTCUT_HINT - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
LinuxApplication - Interface in jdk.jpackage.internal.model
Linux application.
LinuxApplicationLayoutMixin - Interface in jdk.jpackage.internal
 
LinuxApplicationLayoutMixin.Stub - Record Class in jdk.jpackage.internal
 
LinuxBundlingEnvironment - Class in jdk.jpackage.internal
 
LinuxBundlingEnvironment() - Constructor for class jdk.jpackage.internal.LinuxBundlingEnvironment
 
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.
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.
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_CATEGORY - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_APP_IMAGE_SIGN_IDENTITY - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_APP_STORE - Static variable in class jdk.jpackage.internal.cli.StandardAppImageFileOption
Is an application is for the App Store.
MAC_APP_STORE - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_BUNDLE_IDENTIFIER - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_BUNDLE_NAME - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_BUNDLE_SIGNING_PREFIX - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_CFBUNDLETYPEROLE - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
MAC_DMG - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
 
MAC_DMG_CONTENT - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_ENTITLEMENTS - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_INSTALLER_SIGN_IDENTITY - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_LSDOCINPLACE - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
MAC_LSHANDLERRANK - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
MAC_LSTYPEISPACKAGE - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
MAC_MAIN_CLASS - Static variable in class jdk.jpackage.internal.cli.StandardAppImageFileOption
Fully-qualified name of the main class of the main launcher.
MAC_NSDOCUMENTCLASS - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
MAC_NSEXPORTABLETYPES - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
MAC_NSSTORETYPEKEY - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
MAC_PKG - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
 
MAC_SIGN - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_SIGNED - Static variable in class jdk.jpackage.internal.cli.StandardAppImageFileOption
Is an application image is signed.
MAC_SIGNING_KEY_NAME - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_SIGNING_KEYCHAIN - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MAC_UIDOCBROWSER - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
MAC_UTTYPECONFORMSTO - Static variable in class jdk.jpackage.internal.cli.StandardFaOption
 
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
 
MacBundlingEnvironment - Class in jdk.jpackage.internal
 
MacBundlingEnvironment() - Constructor for class jdk.jpackage.internal.MacBundlingEnvironment
 
MacCertificateUtils - Class in jdk.jpackage.internal
 
MacCertificateUtils() - Constructor for class jdk.jpackage.internal.MacCertificateUtils
 
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
 
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.internal.cli.Main
 
main(String...) - Static method in class jdk.jpackage.main.Main
main(String...
main(Supplier<Integer>) - Static method in class jdk.jpackage.internal.Globals
 
Main - Class in jdk.jpackage.internal.cli
Main jpackage entry point.
Main - Class in jdk.jpackage.main
 
Main() - Constructor for class jdk.jpackage.main.Main
 
MAIN_JAR - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
Main.Provider - Record Class in jdk.jpackage.internal.cli
 
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.
mainLauncher() - Method in interface jdk.jpackage.internal.model.ExternalApplication
Returns the main launcher configured for the application.
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.
map(Function<T, U>) - Method in record class jdk.jpackage.internal.util.Result
 
map(UnaryOperator<Path>) - Method in interface jdk.jpackage.internal.model.AppImageLayout
Returns a copy of this app image layout with the specified mapper applied to every path.
map(UnaryOperator<Path>) - Method in record class jdk.jpackage.internal.model.AppImageLayout.Stub
 
map(UnaryOperator<Path>) - Method in interface jdk.jpackage.internal.model.ApplicationLayout
 
map(UnaryOperator<Path>) - Method in interface jdk.jpackage.internal.model.RuntimeLayout
 
mapErrors() - Method in record class jdk.jpackage.internal.util.Result
 
mapNullablePath(UnaryOperator<Path>, Path) - Static method in class jdk.jpackage.internal.util.PathUtils
 
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.
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 - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
MODULE_PATH - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
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.
moduleVersion() - Method in interface jdk.jpackage.internal.model.LauncherModularStartupInfoMixin
Gets the main module version if available or an empty Optional otherwise.
moduleVersion() - Method in record class jdk.jpackage.internal.model.LauncherModularStartupInfoMixin.Stub
Returns the value of the moduleVersion 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
 
mutate(Consumer<RetryExecutor<T, E>>) - Method in class jdk.jpackage.internal.util.RetryExecutor
 
mutate(UnaryOperator<Path>) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
 

N

name() - Method in record class jdk.jpackage.internal.cli.Main.Provider
 
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.ExternalApplication.LauncherInfo
Gets the name of the launcher.
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() - Method in interface jdk.jpackage.internal.model.ResourceDirLauncherIcon
Returns name of the resource referencing an icon file in the resource directory.
name() - Method in record class jdk.jpackage.internal.model.ResourceDirLauncherIcon.Stub
Returns the value of the name record component.
name() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.ToolProviderSpec
Returns the value of the name record component.
NAME - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
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 interface jdk.jpackage.internal.cli.OptionIdentifier
 
of(String) - Static method in class jdk.jpackage.internal.model.MsiVersion
Parse the given string as Windows MSI Product version.
of(Supplier<T>) - Static method in record class jdk.jpackage.internal.util.Result
 
of(Map<? extends WithOptionIdentifier, Object>) - Static method in interface jdk.jpackage.internal.cli.Options
Creates Options instance from the map of objects with option identifiers and associated option values.
of(ThrowingSupplier<T, ? extends E>, Class<? extends E>) - Static method in record class jdk.jpackage.internal.util.Result
 
ofError(Exception) - Static method in record class jdk.jpackage.internal.util.Result
 
ofErrors(Collection<? extends Exception>) - Static method in record class jdk.jpackage.internal.util.Result
 
ofIDs(Map<OptionIdentifier, Object>) - Static method in interface jdk.jpackage.internal.cli.Options
Creates Options instance from the map of option identifiers and associated option values.
ofList(List<V>) - Static method in interface jdk.jpackage.internal.pipeline.FixedDAG.Nodes
 
ofPlatform(OperatingSystem) - Static method in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
ofValue(T) - Static method in record class jdk.jpackage.internal.util.Result
 
OptionIdentifier - Interface in jdk.jpackage.internal.cli
 
OptionIdentifier.Details - Class in jdk.jpackage.internal.cli
 
options() - Method in enum class jdk.jpackage.internal.cli.StandardAppImageFileOption.AppImageFileOptionScope
 
options(OperatingSystem) - Method in enum class jdk.jpackage.internal.cli.StandardAppImageFileOption.AppImageFileOptionScope
 
Options - Interface in jdk.jpackage.internal.cli
R/O collection of objects associated with option identifiers.
OptionValue<T> - Interface in jdk.jpackage.internal.cli
Typed getter of option values in Options objects.
OptionValue.Builder<T> - Class in jdk.jpackage.internal.cli
 
OptionValue.Internal - Class in jdk.jpackage.internal.cli
 
orElseThrow() - Method in record class jdk.jpackage.internal.util.Result
 
os() - Method in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
os() - Method in record class jdk.jpackage.internal.model.BundlingOperationDescriptor
Returns the value of the os record component.
output() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
Returns the value of the output record component.

P

Package - Interface in jdk.jpackage.internal.model
Native application package.
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.
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.
packageType() - Method in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
PackageType - Interface in jdk.jpackage.internal.model
Generic package type.
packageTypeValue() - Method in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
parse(Path, Map<String, String>, OperatingSystem) - Method in enum class jdk.jpackage.internal.cli.StandardAppImageFileOption.AppImageFileOptionScope
 
parseLauncherShortcutForAddLauncher(String) - Static method in class jdk.jpackage.internal.model.ParseUtils
 
parseLauncherShortcutForMainLauncher(String) - Static method in class jdk.jpackage.internal.model.ParseUtils
 
ParseUtils - Class in jdk.jpackage.internal.model
Collection of functions to create instances of types defined in this package from strings.
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
 
peekErrors(Consumer<Collection<? extends Exception>>) - Method in record class jdk.jpackage.internal.util.Result
 
peekValue(Consumer<T>) - Method in record class jdk.jpackage.internal.util.Result
 
pid() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.ProcessSpec
Returns the value of the pid record component.
PkgSigningConfig - Interface in jdk.jpackage.internal.model
 
PkgSigningConfig.Stub - Record Class in jdk.jpackage.internal.model
 
platform() - Static method in class jdk.jpackage.internal.util.CommandLineFormat
 
platform(OperatingSystem) - Static method in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
PListReader - Class in jdk.jpackage.internal.util
Property list (plist) file reader.
PListReader(byte[]) - Constructor for class jdk.jpackage.internal.util.PListReader
 
PListReader(Node) - Constructor for class jdk.jpackage.internal.util.PListReader
Creates plist reader from the given node.
PListReader.Raw - Record Class in jdk.jpackage.internal.util
 
PListReader.Raw.Type - Enum Class in jdk.jpackage.internal.util
 
PListWriter - Class in jdk.jpackage.internal.util
 
PListWriter() - Constructor for class jdk.jpackage.internal.util.PListWriter
 
PREDEFINED_APP_IMAGE - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
PREDEFINED_RUNTIME_IMAGE - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
predefinedAppImage() - Method in interface jdk.jpackage.internal.model.Package
Gets the path to a directory with the predefined 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.
PREPEND_BACKSLASH - Static variable in class jdk.jpackage.internal.util.Enquoter
 
processListener() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Returns an Optional wrapping the value passed in the last call of CommandOutputControl.processListener(Consumer) method on this object, or an empty Optional if the method has not been called or null was passed in the last call.
processListener(Consumer<Process>) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Sets the callback to be invoked when this object starts a subprocess from subsequent CommandOutputControl.execute(ProcessBuilder, long) calls.
ProcessSpec(Optional<Long>, List<String>) - Constructor for record class jdk.jpackage.internal.util.CommandOutputControl.ProcessSpec
Creates an instance of a ProcessSpec record class.
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.
Provider() - Constructor for record class jdk.jpackage.internal.cli.Main.Provider
 
Provider(Supplier<CliBundlingEnvironment>) - Constructor for record class jdk.jpackage.internal.cli.Main.Provider
Creates an instance of a Provider record class.

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, boolean) - Method in class jdk.jpackage.internal.util.PListReader
Returns the value of the given array property in the underlying "dict" element as a stream of Object-s.
queryBoolValue(String) - Method in class jdk.jpackage.internal.util.PListReader
Returns the value of the given boolean property in the underlying "dict" element.
queryDictValue(String) - Method in class jdk.jpackage.internal.util.PListReader
Returns the value of the given "dict" property in the underlying "dict" element.
queryNodes(Node, XPath, String) - Static method in class jdk.jpackage.internal.util.XmlUtils
 
queryStringArrayValue(String) - Method in class jdk.jpackage.internal.util.PListReader
Returns the value of the given array property in the underlying "dict" element as a list of strings.
queryValue(String) - Method in class jdk.jpackage.internal.util.PListReader
Returns the value of the given string property in the underlying "dict" element.
quiet(boolean) - Method in class jdk.jpackage.internal.Codesign.Builder
 
QUOTE_IF_WHITESPACES - Static variable in class jdk.jpackage.internal.util.Enquoter
 

R

Raw(String, PListReader.Raw.Type) - Constructor for record class jdk.jpackage.internal.util.PListReader.Raw
Creates an instance of a Raw record class.
reachedUnreachable() - Static method in exception class jdk.jpackage.internal.util.function.ExceptionBox
 
readSymlinkTargetRecursive(Path) - Static method in class jdk.jpackage.internal.util.FileUtils
 
REAL - Enum constant in enum class jdk.jpackage.internal.util.PListReader.Raw.Type
 
recursiveApplyTo(String, Function<String, Object>) - Method in class jdk.jpackage.internal.util.TokenReplace
 
redirectStderr(boolean) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Specifies whether the stderr stream will be redirected into the stdout stream for commands subsequently executed by this object.
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.
remove(Collection<? extends T>) - Method in class jdk.jpackage.internal.util.SetBuilder
 
remove(T...) - Method in class jdk.jpackage.internal.util.SetBuilder
 
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
 
resetRootDirectory() - Method in interface jdk.jpackage.internal.model.AppImageLayout
Returns a copy of this app image layout with the root directory set to an empty path (Path.of("")) or this instance if its root directory is already an empty path.
resetRootDirectory() - Method in record class jdk.jpackage.internal.model.AppImageLayout.Stub
 
resetRootDirectory() - Method in interface jdk.jpackage.internal.model.ApplicationLayout
 
resetRootDirectory() - Method in interface jdk.jpackage.internal.model.RuntimeLayout
 
resolveAt(Path) - Method in interface jdk.jpackage.internal.model.AppImageLayout
Creates a copy of this app image layout resolved at the given root directory.
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.
RESOURCE_DIR - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
ResourceDirLauncherIcon - Interface in jdk.jpackage.internal.model
Custom application launcher icon sourced from the resource directory.
ResourceDirLauncherIcon.Stub - Record Class in jdk.jpackage.internal.model
Default implementation of ResourceDirLauncherIcon type.
ResourceLocator - Class in jdk.jpackage.internal.resources
 
Result<T> - Record Class in jdk.jpackage.internal.util
 
Result(int) - Constructor for record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
Result(Optional<Integer>, Optional<CommandOutputControl.CommandOutput<List<String>>>, Optional<CommandOutputControl.CommandOutput<byte[]>>, CommandOutputControl.ExecutableSpec) - Constructor for record class jdk.jpackage.internal.util.CommandOutputControl.Result
Creates an instance of a Result record class.
Result(Optional<T>, Collection<? extends Exception>) - Constructor for record class jdk.jpackage.internal.util.Result
Creates an instance of a Result record class.
RetryExecutor<T,E> - Class in jdk.jpackage.internal.util
 
RetryExecutor(Class<? extends E>) - Constructor for class jdk.jpackage.internal.util.RetryExecutor
 
RetryExecutor.Context<T> - Interface in jdk.jpackage.internal.util
 
rootDirectory() - Method in interface jdk.jpackage.internal.model.AppImageLayout
Root directory of this app image layout.
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(PrintStream, PrintStream, String...) - Method in record class jdk.jpackage.internal.cli.Main.Provider
 
run(PrintWriter, PrintWriter, String...) - Method in record class jdk.jpackage.internal.cli.Main.Provider
 
RUNTIME_BUNDLE_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
Returns 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

saveFirstLineOfOutput() - Method in class jdk.jpackage.internal.util.CommandOutputControl
Specifies whether the first line of the output, combined from the stdout and stderr streams of commands subsequently executed by this object, will be saved.
saveOutput(boolean) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Specifies whether the full output produced by commands subsequently executed by this object will be saved.
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.
set(Collection<? extends T>) - Method in class jdk.jpackage.internal.util.SetBuilder
 
set(T) - Method in class jdk.jpackage.internal.util.Slot
 
set(T...) - Method in class jdk.jpackage.internal.util.SetBuilder
 
setAll(String) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
 
setAll(Path) - Method in class jdk.jpackage.internal.model.ApplicationLayout.Builder
 
setAttemptTimeout(long, TimeUnit) - Method in class jdk.jpackage.internal.util.RetryExecutor
 
setAttemptTimeout(Duration) - Method in class jdk.jpackage.internal.util.RetryExecutor
 
SetBuilder<T> - Class in jdk.jpackage.internal.util
 
SetBuilder() - Constructor for class jdk.jpackage.internal.util.SetBuilder
 
setEnquotePredicate(Predicate<String>) - Method in class jdk.jpackage.internal.util.Enquoter
 
setEscaper(BiConsumer<Integer, StringBuilder>) - Method in class jdk.jpackage.internal.util.Enquoter
 
setExceptionMapper(Function<E, RuntimeException>) - Method in class jdk.jpackage.internal.util.RetryExecutor
 
setExecutable(ThrowingFunction<RetryExecutor.Context<RetryExecutor<T, E>>, T, E>) - Method in class jdk.jpackage.internal.util.RetryExecutor
 
setExecutable(ThrowingSupplier<T, E>) - Method in class jdk.jpackage.internal.util.RetryExecutor
 
setMaxAttemptsCount(int) - Method in class jdk.jpackage.internal.util.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
 
setQuoteChar(char) - Method in class jdk.jpackage.internal.util.Enquoter
 
setSleepFunction(Consumer<Duration>) - Method in class jdk.jpackage.internal.util.RetryExecutor
 
setVerbose() - Method in class jdk.jpackage.internal.Log.Logger
 
setVerbose() - Static method in class jdk.jpackage.internal.Log
 
shortcut() - Method in interface jdk.jpackage.internal.model.LinuxLauncherMixin
Gets the start menu shortcut of this application launcher.
shortcut() - Method in record class jdk.jpackage.internal.model.LinuxLauncherMixin.Stub
Returns the value of the shortcut record component.
shortVersion() - Method in interface jdk.jpackage.internal.model.MacApplication
 
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.
SIGN_MAC_APP_IMAGE - Enum constant in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
 
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.
Slot<T> - Class in jdk.jpackage.internal.util
A mutable container object for a value.
Slot() - Constructor for class jdk.jpackage.internal.util.Slot
 
SOURCE_PROPERY_FILE - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
spec() - Method in interface jdk.jpackage.internal.util.CommandOutputControl.Executable
 
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.
StandardAppImageFileOption - Class in jdk.jpackage.internal.cli
jpackage options in the app image (".jpackage.xml") file
StandardAppImageFileOption.AppImageFileOptionScope - Enum Class in jdk.jpackage.internal.cli
 
StandardAppImageFileOption.InvalidOptionValueException - Exception Class in jdk.jpackage.internal.cli
 
StandardAppImageFileOption.MissingMandatoryOptionException - Exception Class in jdk.jpackage.internal.cli
 
StandardBundlingOperation - Enum Class in jdk.jpackage.internal.cli
Standard jpackage operations.
StandardFaOption - Class in jdk.jpackage.internal.cli
jpackage file association options
StandardOption - Class in jdk.jpackage.internal.cli
jpackage command line options
StandardPackageType - Enum Class in jdk.jpackage.internal.model
Standard native package types.
StandardValidator - Class in jdk.jpackage.internal.cli
 
StandardValidator.DirectoryListingIOException - Exception Class in jdk.jpackage.internal.cli
 
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.
startMenuShortcut() - Method in interface jdk.jpackage.internal.model.WinLauncherMixin
Gets the start menu shortcut of this application launcher.
startMenuShortcut() - Method in record class jdk.jpackage.internal.model.WinLauncherMixin.Stub
Returns the value of the startMenuShortcut record component.
startupDirectory() - Method in record class jdk.jpackage.internal.model.LauncherShortcut
Returns the value of the startupDirectory 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.
stderr() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
stdout() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
storeOutputInFiles(boolean) - Method in class jdk.jpackage.internal.util.CommandOutputControl
Specifies whether stderr and stdout streams for subprocesses subsequently executed by this object will be stored in files.
STRING - Enum constant in enum class jdk.jpackage.internal.util.PListReader.Raw.Type
 
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(OptionIdentifier) - Static method in interface jdk.jpackage.internal.cli.WithOptionIdentifier
 
Stub(boolean, Optional<LauncherShortcut>, Optional<LauncherShortcut>) - 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) - Constructor for record class jdk.jpackage.internal.model.ResourceDirLauncherIcon.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, Optional<String>) - Constructor for record class jdk.jpackage.internal.model.LauncherModularStartupInfoMixin.Stub
Creates an instance of a Stub record class.
Stub(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(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.AppImageLayout.Stub
 
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.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<LauncherShortcut>) - Constructor for record class jdk.jpackage.internal.model.LinuxLauncherMixin.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(Application) - Constructor for record class jdk.jpackage.internal.model.WinApplicationMixin.Stub
 
Stub(Application, PackageType, String, String, String, Optional<String>, Optional<Path>, Optional<Path>, AppImageLayout, 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.

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
 
TeeOutputStream - Class in jdk.jpackage.internal.util
 
TeeOutputStream(Iterable<OutputStream>) - Constructor for class jdk.jpackage.internal.util.TeeOutputStream
 
TEMP_ROOT - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
ThrowingBiConsumer<T,U,E> - Interface in jdk.jpackage.internal.util.function
 
ThrowingBiFunction<T,U,R,E> - Interface in jdk.jpackage.internal.util.function
 
ThrowingConsumer<T,E> - Interface in jdk.jpackage.internal.util.function
 
ThrowingFunction<T,R,E> - Interface in jdk.jpackage.internal.util.function
 
ThrowingRunnable<E> - Interface in jdk.jpackage.internal.util.function
 
ThrowingSupplier<T,E> - Interface in jdk.jpackage.internal.util.function
 
ThrowingUnaryOperator<T,E> - Interface in jdk.jpackage.internal.util.function
 
to() - Method in record class jdk.jpackage.internal.pipeline.DirectedEdge
 
toBiConsumer(ThrowingBiConsumer<T, U, ? extends Exception>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingBiConsumer
 
toBiFunction(ThrowingBiFunction<T, U, R, ? extends Exception>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingBiFunction
 
toCharacterResult(Charset, boolean) - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
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, ? extends Exception>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingConsumer
 
toFunction(ThrowingFunction<T, R, ? extends Exception>) - 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
 
toMap() - Method in interface jdk.jpackage.internal.cli.Options
Returns a map representation of this instance.
toMap(boolean) - Method in class jdk.jpackage.internal.util.PListReader
Returns the contents of the the underlying "dict" element as a Map.
ToolProviderSpec(String, List<String>) - Constructor for record class jdk.jpackage.internal.util.CommandOutputControl.ToolProviderSpec
Creates an instance of a ToolProviderSpec record class.
toPathGroup(AppImageLayout) - Static method in interface jdk.jpackage.internal.model.AppImageLayout
Creates PathGroup object from the given AppImageLayout instance.
topologicalSort() - Method in record class jdk.jpackage.internal.pipeline.FixedDAG
Returns topologically ordered nodes of this graph.
toRequest(Optional<LauncherShortcut>) - Static method in record class jdk.jpackage.internal.model.LauncherShortcut
Converts the given shortcut into a shortcut request.
toRunnable(ThrowingRunnable<? extends Exception>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingRunnable
 
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 record class jdk.jpackage.internal.cli.Main.Provider
Returns a string representation of this record class.
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.BundlingOperationDescriptor
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.LauncherShortcut
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.ResourceDirLauncherIcon.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 record class jdk.jpackage.internal.util.CommandOutputControl.ProcessSpec
Returns a string representation of this record class.
toString() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
Returns a string representation of this record class.
toString() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.ToolProviderSpec
Returns a string representation of this record class.
toString() - Method in class jdk.jpackage.internal.util.IdentityWrapper
 
toString() - Method in record class jdk.jpackage.internal.util.PListReader.Raw
Returns a string representation of this record class.
toString() - Method in record class jdk.jpackage.internal.util.Result
Returns a string representation of this record class.
toString() - Method in class jdk.jpackage.internal.util.TokenReplace
 
toSupplier(ThrowingSupplier<T, ? extends Exception>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingSupplier
 
toUnaryOperator(ThrowingUnaryOperator<T, ? extends Exception>) - Static method in interface jdk.jpackage.internal.util.function.ThrowingUnaryOperator
 
toUnchecked(Exception) - Static method in exception class jdk.jpackage.internal.util.function.ExceptionBox
 
toXmlConsumer() - Method in class jdk.jpackage.internal.util.PListReader
 
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.
type() - Method in record class jdk.jpackage.internal.util.PListReader.Raw
Returns the value of the type record component.
TYPE - Static variable in class jdk.jpackage.internal.cli.StandardOption
 

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
 
unbox(Throwable) - Static method in exception class jdk.jpackage.internal.util.function.ExceptionBox
 
unexpected() - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
unexpected(String) - Method in record class jdk.jpackage.internal.util.CommandOutputControl.Result
 
UnexpectedExitCodeException(CommandOutputControl.Result) - Constructor for exception class jdk.jpackage.internal.util.CommandOutputControl.UnexpectedExitCodeException
 
UnexpectedExitCodeException(CommandOutputControl.Result, String) - Constructor for exception class jdk.jpackage.internal.util.CommandOutputControl.UnexpectedExitCodeException
 
unresolve() - Method in interface jdk.jpackage.internal.model.AppImageLayout
Returns a copy of this app image layout resolved such that its root directory is set to an empty path (Path.of("")) or this instance if its root directory is already an empty path.
unresolve() - Method in interface jdk.jpackage.internal.model.ApplicationLayout
 
unresolve() - Method in interface jdk.jpackage.internal.model.RuntimeLayout
 
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
 
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

value() - Method in class jdk.jpackage.internal.util.IdentityWrapper
 
value() - Method in record class jdk.jpackage.internal.util.PListReader.Raw
Returns the value of the value record component.
value() - Method in record class jdk.jpackage.internal.util.Result
Returns the value of the value record component.
valueOf(String) - Static method in enum class jdk.jpackage.internal.cli.StandardAppImageFileOption.AppImageFileOptionScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in record class jdk.jpackage.internal.model.BundlingOperationDescriptor
 
valueOf(String) - Static method in enum class jdk.jpackage.internal.model.LauncherShortcutStartupDirectory
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.util.PListReader.Raw.Type
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.
valueOf(BundlingOperationDescriptor) - Static method in enum class jdk.jpackage.internal.cli.StandardBundlingOperation
Returns the enum constant of this class with the specified name.
values() - Static method in enum class jdk.jpackage.internal.cli.StandardAppImageFileOption.AppImageFileOptionScope
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.cli.StandardBundlingOperation
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.LauncherShortcutStartupDirectory
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.util.PListReader.Raw.Type
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 - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
verb() - Method in record class jdk.jpackage.internal.model.BundlingOperationDescriptor
Returns the value of the verb record component.
VERB_CREATE_BUNDLE - Static variable in record class jdk.jpackage.internal.model.BundlingOperationDescriptor
 
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 - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
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.
versionWithRelease() - Method in interface jdk.jpackage.internal.model.LinuxPackage
Gets the version with the release component of this Linux package.

W

WIN_CONSOLE_HINT - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
WIN_EXE - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
 
WIN_HELP_URL - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
WIN_INSTALLDIR_CHOOSER - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
WIN_LAUNCHER_DESKTOP_SHORTCUT - Static variable in class jdk.jpackage.internal.cli.StandardAppImageFileOption
Configuration of the desktop shortcut for a launcher.
WIN_LAUNCHER_MENU_SHORTCUT - Static variable in class jdk.jpackage.internal.cli.StandardAppImageFileOption
Configuration of the start menu shortcut for a launcher.
WIN_MENU_GROUP - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
WIN_MENU_HINT - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
WIN_MSI - Enum constant in enum class jdk.jpackage.internal.model.StandardPackageType
 
WIN_PER_USER_INSTALLATION - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
WIN_SHORTCUT_HINT - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
WIN_SHORTCUT_PROMPT - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
WIN_UPDATE_URL - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
WIN_UPGRADE_UUID - Static variable in class jdk.jpackage.internal.cli.StandardOption
 
WinApplication - Interface in jdk.jpackage.internal.model
 
WinApplicationMixin - Interface in jdk.jpackage.internal.model
 
WinApplicationMixin.Stub - Record Class in jdk.jpackage.internal.model
 
WinBundlingEnvironment - Class in jdk.jpackage.internal
 
WinBundlingEnvironment() - Constructor for class jdk.jpackage.internal.WinBundlingEnvironment
 
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
 
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
 
withNativeCommands() - Method in interface jdk.jpackage.internal.model.RuntimeBuilder
Returns true if "--strip-native-commands" was not used with jlink.
WithOptionIdentifier - Interface in jdk.jpackage.internal.cli
A type with an option identifier.
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.
wrapIdentity(T) - Static method in class jdk.jpackage.internal.util.IdentityWrapper
 
write(byte[]) - Method in class jdk.jpackage.internal.util.TeeOutputStream
 
write(byte[], int, int) - Method in class jdk.jpackage.internal.util.TeeOutputStream
 
write(int) - Method in class jdk.jpackage.internal.util.TeeOutputStream
 
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
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form