Interface LauncherModularStartupInfoMixin

All Known Subinterfaces:
LauncherModularStartupInfo
All Known Implementing Classes:
LauncherModularStartupInfoMixin.Stub

public interface LauncherModularStartupInfoMixin
Details of application launcher startup configuration using Java module.
  • Method Details

    • moduleName

      String moduleName()
      Gets the main module name.
      Returns:
      the main module name
    • moduleVersion

      Optional<String> moduleVersion()
      Gets the main module version if available or an empty Optional otherwise.
      Returns:
      the main module version if available or an empty Optional otherwise