Package com.lariflix.jemm
Class Jemm
java.lang.Object
com.lariflix.jemm.Jemm
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JellyfinInstanceDetails
Retrieves the instanceData property of the Jemm class.static void
The main entry point for the application.
-
Constructor Details
-
Jemm
public Jemm()
-
-
Method Details
-
main
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
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
-