Class Jemm

java.lang.Object
com.lariflix.jemm.Jemm

public class Jemm extends Object
Main class of the application. This class is responsible for starting the application. It creates an instance of JellyfinInstanceDetails and passes it to the LoginWindow.
Since:
1.0.0
Version:
1.0.0
Author:
Cesar Bianchi
See Also:
  • Constructor Details

    • Jemm

      public Jemm()
  • Method Details

    • main

      public static void main(String[] args)
      The main entry point for the application. This method creates a new LoginWindow and makes it visible.
      Parameters:
      args - An array of command-line arguments for the application.
      Since:
      1.0
    • getInstanceData

      public static JellyfinInstanceDetails getInstanceData()
      Retrieves the instanceData property of the Jemm class.
      Returns:
      A JellyfinInstanceDetails object representing the details of the Jellyfin instance. This includes the URL, API token, and other necessary details.
      Since:
      1.0