com.google.appengine.tools.info
Stay organized with collections
Save and categorize content based on your preferences.
-
Class Summary
Class |
Description |
LocalVersionFactory |
LocalVersionFactory generates Version objects
that represents the release information for the SDK that is
currently running.
|
RemoteVersionFactory |
RemoteVersionFactory generates Version objects that
represents the release information for the latest release available
on a remote server.
|
SdkInfo |
Retrieves installation information for the App Engine SDK.
|
SupportInfo |
Provides support information for the SDK.
|
UpdateCheck |
UpdateCheck is responsible for gathering version
information about the local SDK, uploading this information to
Google's servers in exchange for information about the latest
version available, and making both sets of information available
programmatically via UpdateCheckResults and for direct user
consumption via a nag screen printed to a specified PrintStream .
|
UpdateCheckResults |
Makes information about the local SDK version and the latest remote
version available.
|
UpdateCheckResults.VersionComparator |
VersionComparator compares strings that represent dotted
version numbers (e.g.
|
Version |
Version supplies information about Google App Engine
versions.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-15 UTC."],[[["The `com.google.appengine.tools.info` package provides classes for retrieving information about the local and remote versions of the App Engine SDK."],["`LocalVersionFactory` and `RemoteVersionFactory` create `Version` objects representing the release information of the currently running SDK and the latest remote release, respectively."],["`SdkInfo` and `SupportInfo` provide installation and support details for the App Engine SDK."],["`UpdateCheck` gathers local SDK version information, checks for the latest remote version, and makes this information available via `UpdateCheckResults`."],["`VersionComparator` compares version strings, and `Version` supplies general information about Google App Engine versions."]]],[]]