SupportInfo

com.google.appengine.tools.info

Class SupportInfo

  • java.lang.Object
    • com.google.appengine.tools.info.SupportInfo


  • public class SupportInfo
    extends java.lang.Object
    Provides support information for the SDK.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getVersionString()
      Returns version information that is useful in terms of support.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getVersionString

        public static java.lang.String getVersionString()
        Returns version information that is useful in terms of support. This includes information about the JVM, operating system, and the SDK.
        Returns:
        a non null value.