com.google.appengine.tools.info
Class SupportInfo

java.lang.Object
  extended by com.google.appengine.tools.info.SupportInfo

public class SupportInfo
extends java.lang.Object

Provides support information for the SDK.


Method Summary
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.