Class Main

java.lang.Object
es.uam.eps.ir.relison.Main

public class Main
extends java.lang.Object
Class for applying the main methods to the executions.
  • Constructor Summary

    Constructors 
    Constructor Description
    Main()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Main method.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      Main method. Executes the main method in the class specified by the first argument with the rest of execution arguments.
      Parameters:
      args - Arguments to select the class whose main method's execute and arguments to execute it.