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 recordDefault implementation ofLauncherJarStartupInfoMixininterface. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the input jar file hasMain-Classentry in the manifest.jarPath()Gets the path to the input jar file.
-
Method Details
-
jarPath
-
isJarWithMainClass
boolean isJarWithMainClass()Returnstrueif the input jar file hasMain-Classentry in the manifest.- Returns:
trueif the input jar file hasMain-Classentry in the manifest
-