Class VMArgs


  • public final class VMArgs
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VMArgs()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isAssertionSet()
      Returns whether assertions are enabled through -ea-switch.
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • VMArgs

        private VMArgs()
    • Method Detail

      • isAssertionSet

        public static boolean isAssertionSet()
        Returns whether assertions are enabled through -ea-switch.
      • main

        public static void main​(java.lang.String[] args)