Class MainInvoker

java.lang.Object
org.hsqldb.util.MainInvoker

public class MainInvoker extends Object
Invokes the static main(String[]) method from each class specified. This class will System.exit() if any invocation fails.
Since:
HSQLDB 1.8.0
Author:
Blaine Simpson (blaine dot simpson at admc dot com)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    invoke(String className, String[] args)
    Invokes the static main(String[]) method from each specified class.
    static void
    main(String[] sa)
    Invokes the static main(String[]) method from each specified class.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LS

      public static final String LS
  • Constructor Details

    • MainInvoker

      public MainInvoker()
  • Method Details