Interface LinuxLauncherMixin

All Known Subinterfaces:
LinuxLauncher
All Known Implementing Classes:
LinuxLauncherMixin.Stub

public interface LinuxLauncherMixin
Details of Linux application launcher.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Default implementation of LinuxLauncherMixin interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the start menu shortcut setting of this application launcher.
  • Method Details

    • shortcut

      Optional<Boolean> shortcut()
      Gets the start menu shortcut setting of this application launcher.

      Returns true if this application launcher was requested to have the start menu shortcut.

      Returns false if this application launcher was requested not to have the start menu shortcut.

      Returns an empty Optional instance if there was no request about the start menu shortcut for this application launcher.

      Returns:
      the start menu shortcut setting of this application launcher