|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.tools.info.Version
public class Version
Version
supplies information about Google App Engine
versions.
Field Summary | |
---|---|
static Version |
UNKNOWN
|
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getApiVersions()
Returns a Set of all support API versions, or null if no
timestamp is available. |
java.lang.String |
getRelease()
Returns the logical release name (e.g. |
java.util.Date |
getTimestamp()
Returns the Date that the build was done, or null
if no timestamp is available. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Version UNKNOWN
Method Detail |
---|
public java.lang.String getRelease()
null
if
no release information is available.
public java.util.Date getTimestamp()
Date
that the build was done, or null
if no timestamp is available.
public java.util.Set<java.lang.String> getApiVersions()
Set
of all support API versions, or null
if no
timestamp is available.
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |