Class VmUtils


  • public class VmUtils
    extends java.lang.Object
    Misc. VM utilities.
    Author:
    Ludovic Orban
    • Constructor Summary

      Constructors 
      Constructor Description
      VmUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isInGoogleAppEngine()  
      • Methods inherited from class java.lang.Object

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

      • VmUtils

        public VmUtils()
    • Method Detail

      • isInGoogleAppEngine

        public static boolean isInGoogleAppEngine()
        Returns:
        true if the code is being executed by Google's App Engine, false otherwise.