Interface LinuxApplication
- All Superinterfaces:
Application
Linux application.
Use create(jdk.jpackage.internal.model.Application)
method to create objects implementing this interface.
-
Nested Class Summary
Nested classes/interfaces inherited from interface jdk.jpackage.internal.model.Application
Application.Stub
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic LinuxApplication
create
(Application app) CreatesLinuxApplication
instance from the givenApplication
instance.Methods inherited from interface jdk.jpackage.internal.model.Application
additionalLaunchers, appImageDirName, asApplicationLayout, contentDirs, copyright, description, extraAppImageFileData, fileAssociations, imageLayout, isRuntime, isService, launchers, mainLauncher, name, runtimeBuilder, srcDir, vendor, version
-
Method Details
-
create
CreatesLinuxApplication
instance from the givenApplication
instance.- Parameters:
app
- the generic application- Returns:
- the proxy dispatching calls to the given
Application
instance
-