Class DesktopLauncher
- java.lang.Object
-
- eu.kartoffelquadrat.bookstoreinternals.DesktopLauncher
-
public class DesktopLauncher extends Object
Legacy launcher class to demonstrate access and functionality of the bookstore.- Author:
- Maximilian Schiedermeier
-
-
Constructor Summary
Constructors Constructor Description DesktopLauncher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Creates a BookStore instance and prints the default data to screen.static void
printData()
Creates a BookStore instance and prints the default data to screen.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Creates a BookStore instance and prints the default data to screen.- Parameters:
args
- not used. No runtime parameters expected.
-
printData
public static void printData()
Creates a BookStore instance and prints the default data to screen.
-
-