A C D E F G H I K L M O P R S T U V

A

AbstractContainerService - Class in com.google.appengine.tools.development
Common implementation for the ContainerService interface.
AbstractContainerService() - Constructor for class com.google.appengine.tools.development.AbstractContainerService
 
addFileSet(FileSet) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
Add a fileset.
AdminException - Exception in com.google.appengine.tools.admin
Thrown when an unrecoverable failure occurs while communicating with the remote administration console.
AdminException(String, Throwable) - Constructor for exception com.google.appengine.tools.admin.AdminException
 
AdminException(String) - Constructor for exception com.google.appengine.tools.admin.AdminException
 
allowedToCheckForUpdates() - Method in class com.google.appengine.tools.info.UpdateCheck
Returns true if the user wants to check for updates even when we don't need to.
ApiProxyLocal - Interface in com.google.appengine.tools.development
A local service object, suitable for testing of service-client code as well as for local runtime use in dev_appserver.
ApiProxyLocalFactory - Class in com.google.appengine.tools.development
Factory class for an ApiProxy.Delegate object configured to use local services.
ApiProxyLocalFactory() - Constructor for class com.google.appengine.tools.development.ApiProxyLocalFactory
 
ApiVersionFinder - Class in com.google.appengine.tools.util
ApiVersionFinder extracts the Specification-Version from the Jar manifest of the specified jar file.
ApiVersionFinder() - Constructor for class com.google.appengine.tools.util.ApiVersionFinder
 
AppAdmin - Interface in com.google.appengine.tools.admin
The application administration interface to App Engine.
AppAdmin.LogSeverity - Enum in com.google.appengine.tools.admin
The severity levels for App Engine application logging.
AppAdminFactory - Class in com.google.appengine.tools.admin
Creates a new AppAdmin for a designated App Engine application.
AppAdminFactory() - Constructor for class com.google.appengine.tools.admin.AppAdminFactory
 
AppAdminFactory.ConnectOptions - Class in com.google.appengine.tools.admin
The options used to connect to the remote App Engine administration server.
AppAdminFactory.ConnectOptions() - Constructor for class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
 
AppAdminFactory.PasswordPrompt - Interface in com.google.appengine.tools.admin
Callback that is invoked to prompt the user to enter a password.
AppEngineLauncher - Class in com.google.appengine.tools.development.gwt
A GWT SCL that allows DevAppServer to be embedded within GWT hosted mode.
AppEngineLauncher() - Constructor for class com.google.appengine.tools.development.gwt.AppEngineLauncher
 
Application - Class in com.google.appengine.tools.admin
An App Engine application.

C

cancel() - Method in class com.google.appengine.tools.admin.UpdateProgressEvent
Cancels the application update.
checkForUpdates() - Method in class com.google.appengine.tools.info.UpdateCheck
Check to see if there is a new version of the SDK available and return a UpdateCheckResults summarizing the results.
checkJavaVersion(PrintStream) - Method in class com.google.appengine.tools.info.UpdateCheck
 
cleanStagingDirectory() - Method in class com.google.appengine.tools.admin.Application
deletes the staging directory, if one was created.
com.google.appengine.tools - package com.google.appengine.tools
 
com.google.appengine.tools.admin - package com.google.appengine.tools.admin
 
com.google.appengine.tools.development - package com.google.appengine.tools.development
 
com.google.appengine.tools.development.gwt - package com.google.appengine.tools.development.gwt
 
com.google.appengine.tools.enhancer - package com.google.appengine.tools.enhancer
 
com.google.appengine.tools.info - package com.google.appengine.tools.info
 
com.google.appengine.tools.util - package com.google.appengine.tools.util
 
compare(String, String) - Method in class com.google.appengine.tools.info.UpdateCheckResults.VersionComparator
 
configure(String, File, String, AppEngineWebXmlReader, String, int) - Method in class com.google.appengine.tools.development.AbstractContainerService
 
configure(String, File, String, AppEngineWebXmlReader, String, int) - Method in interface com.google.appengine.tools.development.ContainerService
Sets up the necessary configuration parameters.
ContainerService - Interface in com.google.appengine.tools.development
Provides the backing servlet container support for the DevAppServer, as discovered via ServiceProvider.
ContainerService.EnvironmentVariableMismatchSeverity - Enum in com.google.appengine.tools.development
The severity with which we'll treat environment variable mismatches.
create(LocalServerEnvironment) - Method in class com.google.appengine.tools.development.ApiProxyLocalFactory
Creates a new local proxy.
createAppAdmin(AppAdminFactory.ConnectOptions, Application, PrintWriter) - Method in class com.google.appengine.tools.admin.AppAdminFactory
Creates a new AppAdmin that can be used to administer the designated App Engine application.
createDevAppServer(File, String, int) - Method in class com.google.appengine.tools.development.DevAppServerFactory
Creates a new DevAppServer ready to start serving
CronEntry - Interface in com.google.appengine.tools.admin
Describes a single cron entry.
cronInfo() - Method in interface com.google.appengine.tools.admin.AppAdmin
Locally parses an application's configured cron entries and reports the upcoming several execution times.

D

DEFAULT_HTTP_ADDRESS - Static variable in interface com.google.appengine.tools.development.DevAppServer
DevAppServer listens on this network address for incoming HTTP requests.
DEFAULT_HTTP_PORT - Static variable in interface com.google.appengine.tools.development.DevAppServer
DevAppServer listens on this port for incoming HTTP requests.
DevAppServer - Interface in com.google.appengine.tools.development
DevAppServer launches a local Jetty server (by default) with a single hosted web application.
DevAppServerFactory - Class in com.google.appengine.tools.development
Creates new DevAppServers which can be used to launch web applications.
DevAppServerFactory() - Constructor for class com.google.appengine.tools.development.DevAppServerFactory
 
DevAppServerMain - Class in com.google.appengine.tools.development
The command-line entry point for DevAppServer.
DevAppServerMain(String[]) - Constructor for class com.google.appengine.tools.development.DevAppServerMain
 

E

Enhance - Class in com.google.appengine.tools.enhancer
The command-line interface for ORM enhancing.
Enhance(String[]) - Constructor for class com.google.appengine.tools.enhancer.Enhance
 
Enhancer - Class in com.google.appengine.tools.enhancer
Executes ORM enhancement against jars and class files.
Enhancer() - Constructor for class com.google.appengine.tools.enhancer.Enhancer
 
EnhancerTask - Class in com.google.appengine.tools.enhancer
An Ant task for ORM enhancement.
EnhancerTask() - Constructor for class com.google.appengine.tools.enhancer.EnhancerTask
Default constructor
equals(Object) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
 
execute() - Method in class com.google.appengine.tools.enhancer.Enhancer
Runs enhancement.
execute() - Method in class com.google.appengine.tools.enhancer.EnhancerTask
Execution method

F

findApiVersion(String) - Method in class com.google.appengine.tools.util.ApiVersionFinder
 
findApiVersion(File) - Method in class com.google.appengine.tools.util.ApiVersionFinder
 

G

getAddress() - Method in class com.google.appengine.tools.development.AbstractContainerService
 
getAddress() - Method in interface com.google.appengine.tools.development.ContainerService
Returns the listener network address, however it's decided during the servlet container deployment.
getApiVersions() - Method in class com.google.appengine.tools.info.Version
Returns a Set of all support API versions, or null if no timestamp is available.
getAppContext() - Method in interface com.google.appengine.tools.development.ContainerService
Returns the context representing the currently executing webapp.
getAppContext() - Method in interface com.google.appengine.tools.development.DevAppServer
Returns the web app context.
getAppDirectory() - Method in class com.google.appengine.tools.development.AbstractContainerService
 
getAppDirectory() - Method in interface com.google.appengine.tools.development.ContainerService
Returns the root directory of the application.
getAppEngineWebXml() - Method in class com.google.appengine.tools.admin.Application
Returns the AppEngineWebXml describing the application.
getAppId() - Method in class com.google.appengine.tools.admin.Application
Returns the application identifier, from the AppEngineWebXml config
getCause() - Method in class com.google.appengine.tools.admin.UpdateFailureEvent
Returns the cause, if any, for the update failure.
getClock() - Method in interface com.google.appengine.tools.development.ApiProxyLocal
 
getCookies() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Retrieves the current cookie manager.
getCronXml() - Method in class com.google.appengine.tools.admin.Application
Returns the CronXml describing the applications' cron jobs.
getDefaultServer() - Static method in class com.google.appengine.tools.info.SdkInfo
 
getDescription() - Method in interface com.google.appengine.tools.admin.CronEntry
Returns the human-readable description of this cron entry.
getDetails() - Method in class com.google.appengine.tools.admin.UpdateFailureEvent
Returns the detailed output from the update process.
getDetails() - Method in class com.google.appengine.tools.admin.UpdateSuccessEvent
Returns the detailed output from the update process.
getDir() - Method in class com.google.appengine.tools.enhancer.EnhancerTask
Gets the root dir for looking for files
getDosXml() - Method in class com.google.appengine.tools.admin.Application
Returns the DosXml describing the applications' DoS entries.
getFailureMessage() - Method in class com.google.appengine.tools.admin.UpdateFailureEvent
Returns the failure message for the update.
getHost() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Returns the value used for the Host header sent to the server with RPCs.
getIndexesXml() - Method in class com.google.appengine.tools.admin.Application
Returns the CronXml describing the applications' cron jobs.
getLocalVersion() - Static method in class com.google.appengine.tools.info.SdkInfo
 
getLocalVersion() - Method in class com.google.appengine.tools.info.UpdateCheckResults
Returns a Version for the current local SDK.
getMessage() - Method in class com.google.appengine.tools.admin.UpdateProgressEvent
Retrieves the current status message.
getNextTimesIterator() - Method in interface com.google.appengine.tools.admin.CronEntry
Returns an iterator over upcoming execution times.
getPassword() - Method in interface com.google.appengine.tools.admin.AppAdminFactory.PasswordPrompt
 
getPasswordPrompt() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Retrieves the prompter used to get the user's password.
getPath() - Method in class com.google.appengine.tools.admin.Application
Returns a path to an exploded WAR directory for the application.
getPercentageComplete() - Method in class com.google.appengine.tools.admin.UpdateProgressEvent
Retrieves the current percentage complete.
getPort() - Method in class com.google.appengine.tools.development.AbstractContainerService
 
getPort() - Method in interface com.google.appengine.tools.development.ContainerService
Returns the listener port number, however it's decided during the servlet container deployment.
getPort() - Method in interface com.google.appengine.tools.development.DevAppServer
 
getQueueXml() - Method in class com.google.appengine.tools.admin.Application
Returns the QueueXml describing the applications' task queues.
getRelease() - Method in class com.google.appengine.tools.info.Version
Returns the logical release name (e.g.
getRemoteVersion() - Method in class com.google.appengine.tools.info.UpdateCheckResults
Returns a Version for the remote servers.
getRetainUploadDir() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Returns true if the upload directory should not be deleted.
getSchedule() - Method in interface com.google.appengine.tools.admin.CronEntry
Returns the schedule of this cron entry.
getSdkRoot() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Returns the location of the AppEngine SDK directory.
getSdkRoot() - Static method in class com.google.appengine.tools.info.SdkInfo
Returns the path to the root of the SDK.
getSecure() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Returns whether to use HTTPS for communicating with the Admin Console.
getServer() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Returns the server address to connect to.
getService(String) - Method in interface com.google.appengine.tools.development.ApiProxyLocal
Get the LocalRpcService identified by the given package.
getSharedLibFiles() - Static method in class com.google.appengine.tools.info.SdkInfo
Returns the paths of all shared libraries for the SDK.
getSharedLibs() - Static method in class com.google.appengine.tools.info.SdkInfo
Returns the full paths of all shared libraries for the SDK.
getStagingDir() - Method in class com.google.appengine.tools.admin.Application
Returns the staging directory, or null if none has been created.
getTimestamp() - Method in class com.google.appengine.tools.info.Version
Returns the Date that the build was done, or null if no timestamp is available.
getTimezone() - Method in interface com.google.appengine.tools.admin.CronEntry
Returns the timezone of this cron entry.
getUrl() - Method in interface com.google.appengine.tools.admin.CronEntry
Returns the application URL invoked by this cron entry.
getUserId() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Retrieves the user's email address used to authenticate to the server.
getUserLibFiles() - Static method in class com.google.appengine.tools.info.SdkInfo
Returns the paths of all user libraries for the SDK.
getUserLibs() - Static method in class com.google.appengine.tools.info.SdkInfo
Returns the full paths of all user libraries for the SDK.
getVersion() - Method in class com.google.appengine.tools.admin.Application
Returns the application version, from the AppEngineWebXml config
getVersion() - Method in class com.google.appengine.tools.info.LocalVersionFactory
 
getVersion() - Method in class com.google.appengine.tools.info.RemoteVersionFactory
 
getVersionString() - Static method in class com.google.appengine.tools.info.SupportInfo
Returns version information that is useful in terms of support.
getWebXml() - Method in class com.google.appengine.tools.admin.Application
Returns the WebXml describing the applications' servlets and generic web application information.

H

hashCode() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
 

I

isApiVersionSupportedLocally(String) - Method in class com.google.appengine.tools.info.UpdateCheckResults
Returns true if apiVersion is supported by the local SDK.
isApiVersionSupportedRemotely(String) - Method in class com.google.appengine.tools.info.UpdateCheckResults
Returns true if apiVersion is supported on the server.
isLocalApiVersionNoLongerSupported() - Method in class com.google.appengine.tools.info.UpdateCheckResults
Returns true if the server does not support any of the API versions supported by the local SDK.
isNewerApiVersionAvailable() - Method in class com.google.appengine.tools.info.UpdateCheckResults
Returns true if the server supports a new API version that the local SDK does not.
isNewerReleaseAvailable() - Method in class com.google.appengine.tools.info.UpdateCheckResults
Returns true if there is a newer SDK release available on the remote server.

K

KickStart - Class in com.google.appengine.tools
Launches a process in an operating-system agnostic way.

L

LocalVersionFactory - Class in com.google.appengine.tools.info
LocalVersionFactory generates Version objects that represents the release information for the SDK that is currently running.
LocalVersionFactory(Collection<File>) - Constructor for class com.google.appengine.tools.info.LocalVersionFactory
 

M

main(String[]) - Static method in class com.google.appengine.tools.development.DevAppServerMain
 
main(String[]) - Static method in class com.google.appengine.tools.enhancer.Enhance
 
main(String[]) - Static method in class com.google.appengine.tools.KickStart
 
main(String[]) - Static method in class com.google.appengine.tools.util.ApiVersionFinder
 
maybePrintNagScreen(PrintStream) - Method in class com.google.appengine.tools.info.UpdateCheck
Check to see if there is a new version of the SDK available and, if sufficient time has passed since the last nag, print a nag screen to out.

O

onFailure(UpdateFailureEvent) - Method in interface com.google.appengine.tools.admin.UpdateListener
Called if the update has failed.
onProgress(UpdateProgressEvent) - Method in interface com.google.appengine.tools.admin.UpdateListener
Called each time some progress is made during the update.
onSuccess(UpdateSuccessEvent) - Method in interface com.google.appengine.tools.admin.UpdateListener
Called if the update has completed successfully.

P

printHelp(PrintStream) - Static method in class com.google.appengine.tools.development.DevAppServerMain
 

R

readApplication(String) - Static method in class com.google.appengine.tools.admin.Application
Reads the App Engine application from path.
recursiveDelete(File) - Static method in class com.google.appengine.tools.admin.Application
Recursive directory deletion.
RemoteVersionFactory - Class in com.google.appengine.tools.info
RemoteVersionFactory generates Version objects that represents the release information for the latest release available on a remote server.
RemoteVersionFactory(Version, String, boolean) - Constructor for class com.google.appengine.tools.info.RemoteVersionFactory
Creates a RemoteVersionFactory that will upload localVersion to server and download the latest release information.
requestLogs(int, AppAdmin.LogSeverity) - Method in interface com.google.appengine.tools.admin.AppAdmin
Retrieves application logs from the remote administration server.
restart() - Method in interface com.google.appengine.tools.development.DevAppServer
Restart the server to reload disk and class changes.
rollback() - Method in interface com.google.appengine.tools.admin.AppAdmin
Rolls back an "in-progress" transaction.

S

SDK_ROOT_PROPERTY - Static variable in class com.google.appengine.tools.info.SdkInfo
 
SdkInfo - Class in com.google.appengine.tools.info
Retrieves installation information for the App Engine SDK.
SdkInfo() - Constructor for class com.google.appengine.tools.info.SdkInfo
 
setApi(String) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
set API Adapter
setAppVersionUploadClass(Class<? extends AppVersionUpload>) - Method in class com.google.appengine.tools.admin.AppAdminFactory
Sets the class used for uploading the application to the server.
setArgs(String[]) - Method in class com.google.appengine.tools.enhancer.Enhancer
Sets arguments to be passed to the underlying enhancer.
setCheckonly(boolean) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
Whether to just check the enhancement state
setClock(Clock) - Method in interface com.google.appengine.tools.development.ApiProxyLocal
Sets the clock with which all local services are initialized.
setCompileEncoding(String) - Method in class com.google.appengine.tools.admin.AppAdminFactory
Sets the character encoding to use when compiling JSP files.
setCompileJsps(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
Requests that *.jsp files should be compiled into Java byte code, or if false should be left untouched.
setCookies(ClientCookieManager) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Associates a ClientCookieManager to store cookies received from the server, for later reuse in other requests.
setDestination(File) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
set output directory
setDir(File) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
Sets the root dir for looking for files
setEnhancerName(String) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
Set the symbolic name of the ClassEnhancer to use
setEnvironmentVariableMismatchSeverity(ContainerService.EnvironmentVariableMismatchSeverity) - Method in class com.google.appengine.tools.development.AbstractContainerService
 
setEnvironmentVariableMismatchSeverity(ContainerService.EnvironmentVariableMismatchSeverity) - Method in interface com.google.appengine.tools.development.ContainerService
Overrides the default EnvironmentVariableMismatchSeverity setting, to disable exceptions during the testing.
setFileSuffixes(String) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
Set one or more file suffixes for the input files.
setHost(String) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
The host name to supply to the remote server.
setIf(String) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
Executes this task only if the property is set
setJarSplittingEnabled(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
Enables or disables jar splitting.
setJarSplittingExcludes(Set<String>) - Method in class com.google.appengine.tools.admin.AppAdminFactory
Sets suffixes for files to exclude when performing jar splitting.
setJavaCompiler(File) - Method in class com.google.appengine.tools.admin.AppAdminFactory
Specifies the location of a javac executable, used when compiling JSPs.
setJavaExecutable(File) - Method in class com.google.appengine.tools.admin.AppAdminFactory
Specifies the location of a java executable, used when compiling JSPs.
setPasswordPrompt(AppAdminFactory.PasswordPrompt) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
The password prompt to get the user's password.
setPersistenceUnit(String) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
Set the persistence-unit name to enhance
setProperties(Map<String, String>) - Method in interface com.google.appengine.tools.development.ApiProxyLocal
Resets the service properties to properties.
setProperty(String, String) - Method in interface com.google.appengine.tools.development.ApiProxyLocal
Sets an individual service property.
setRetainUploadDir(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Controls whether we clean up our temporary files, or leave it for debugging.
setSdkRoot(String) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
A file path to the top directory of the Google App Engine SDK.
setSecure(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
Sets whether to use HTTPS for communicating with the Admin Console.
setServer(String) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
The remote administration server to connect to.
setServiceProperties(Map<String, String>) - Method in interface com.google.appengine.tools.development.DevAppServer
Sets the properties that will be used by the local services to configure themselves.
setTargets(Set<URL>) - Method in class com.google.appengine.tools.enhancer.Enhancer
Sets the class files and jar files which will be enhanced.
setThrowOnEnvironmentVariableMismatch(boolean) - Method in interface com.google.appengine.tools.development.DevAppServer
Reset the container EnvironmentVariableMismatchSeverity.
setUserId(String) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
The user id for the App Engine account.
setVerbose(boolean) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
set verbose
shutdown() - Method in class com.google.appengine.tools.development.AbstractContainerService
 
shutdown() - Method in interface com.google.appengine.tools.development.ContainerService
Shuts down the servlet container.
shutdown() - Method in interface com.google.appengine.tools.development.DevAppServer
Shut down the server.
start() - Method in interface com.google.appengine.tools.development.DevAppServer
Starts the server.
start(TreeLogger, int, File) - Method in class com.google.appengine.tools.development.gwt.AppEngineLauncher
 
startup() - Method in class com.google.appengine.tools.development.AbstractContainerService
This is made final, and detail implementation (that is specific to any particular servlet container) goes to individual "template" methods.
startup() - Method in interface com.google.appengine.tools.development.ContainerService
Starts up the servlet container.
statusUpdate(String, int) - Method in class com.google.appengine.tools.admin.Application
 
statusUpdate(String) - Method in class com.google.appengine.tools.admin.Application
 
stop() - Method in interface com.google.appengine.tools.development.ApiProxyLocal
Stops all services started by this ApiProxy and releases all of its resources.
SupportInfo - Class in com.google.appengine.tools.info
Provides support information for the SDK.

T

toString() - Method in class com.google.appengine.tools.info.Version
 
toXml() - Method in interface com.google.appengine.tools.admin.CronEntry
 

U

UNKNOWN - Static variable in class com.google.appengine.tools.info.Version
 
update(UpdateListener) - Method in interface com.google.appengine.tools.admin.AppAdmin
Uploads a new version of the application and updates its indexes.
UpdateCheck - Class in com.google.appengine.tools.info
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.
UpdateCheck(String) - Constructor for class com.google.appengine.tools.info.UpdateCheck
Create a new UpdateCheck.
UpdateCheck(String, File, boolean) - Constructor for class com.google.appengine.tools.info.UpdateCheck
Create a new UpdateCheck.
UpdateCheckResults - Class in com.google.appengine.tools.info
Makes information about the local SDK version and the latest remote version available.
UpdateCheckResults.VersionComparator - Class in com.google.appengine.tools.info
VersionComparator compares strings that represent dotted version numbers (e.g.
UpdateCheckResults.VersionComparator() - Constructor for class com.google.appengine.tools.info.UpdateCheckResults.VersionComparator
 
updateCron() - Method in interface com.google.appengine.tools.admin.AppAdmin
Sends a synchronous request to update the application's cron jobs.
updateDos() - Method in interface com.google.appengine.tools.admin.AppAdmin
Sends a synchronous request to update the application's DoS configuration.
UpdateFailureEvent - Class in com.google.appengine.tools.admin
Received by an UpdateListener.
updateIndexes() - Method in interface com.google.appengine.tools.admin.AppAdmin
Sends a synchronous request to update the application's indexes.
UpdateListener - Interface in com.google.appengine.tools.admin
A listener which receives events during an application update.
UpdateProgressEvent - Class in com.google.appengine.tools.admin
Received by an UpdateListener.
updateQueues() - Method in interface com.google.appengine.tools.admin.AppAdmin
Sends a synchronous request to update the application's task queue definitions.
UpdateSuccessEvent - Class in com.google.appengine.tools.admin
Received by an UpdateListener.

V

vacuumIndexes() - Method in interface com.google.appengine.tools.admin.AppAdmin
Sends a synchronous request to clean up unused application indexes.
validateWarPath(File) - Static method in class com.google.appengine.tools.development.DevAppServerMain
 
valueOf(String) - Static method in enum com.google.appengine.tools.admin.AppAdmin.LogSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.appengine.tools.development.ContainerService.EnvironmentVariableMismatchSeverity
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.appengine.tools.admin.AppAdmin.LogSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.appengine.tools.development.ContainerService.EnvironmentVariableMismatchSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.google.appengine.tools.info
Version supplies information about Google App Engine versions.

A C D E F G H I K L M O P R S T U V