Interface LauncherJarStartupInfoMixin
- All Known Subinterfaces:
LauncherJarStartupInfo
- All Known Implementing Classes:
LauncherJarStartupInfoMixin.Stub
public interface LauncherJarStartupInfoMixin
Details of Linux application launcher startup configuration using non-modular jar file.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
Default implementation ofLauncherJarStartupInfoMixin
interface. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if the input jar file hasMain-Class
entry in the manifest.jarPath()
Gets the path to the input jar file.
-
Method Details
-
jarPath
-
isJarWithMainClass
boolean isJarWithMainClass()Returnstrue
if the input jar file hasMain-Class
entry in the manifest.- Returns:
true
if the input jar file hasMain-Class
entry in the manifest
-