Class Main

java.lang.Object
fi.utu.vbingm.thesis.Main

public class Main extends Object
Application entry point.
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Starts the application.

      Loads settings (creating ~/.mavenproject/settings.properties from bundled defaults on first run) and prints the configured greeting.

      Parameters:
      args - command-line arguments
      Throws:
      IOException - if the settings file cannot be read or created