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 LinuxApplicationcreate(Application app) CreatesLinuxApplicationinstance from the givenApplicationinstance.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
CreatesLinuxApplicationinstance from the givenApplicationinstance.- Parameters:
app- the generic application- Returns:
- the proxy dispatching calls to the given
Applicationinstance
-