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 Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Default implementation of LauncherJarStartupInfoMixin interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the input jar file has Main-Class entry in the manifest.
    Gets the path to the input jar file.
  • Method Details

    • jarPath

      Path jarPath()
      Gets the path to the input jar file.
      Returns:
      the path to the input jar file
    • isJarWithMainClass

      boolean isJarWithMainClass()
      Returns true if the input jar file has Main-Class entry in the manifest.
      Returns:
      true if the input jar file has Main-Class entry in the manifest