- GENERATE_WAR_ARG - Static variable in class com.google.appengine.tools.development.DevAppServerMain
-
- GENERATED_WAR_DIR_ARG - Static variable in class com.google.appengine.tools.development.DevAppServerMain
-
- getAddress() - Method in interface com.google.appengine.tools.development.ContainerService
-
Returns the listener network address, however it's decided during
the servlet container deployment.
- getApiVersion() - Method in class com.google.appengine.tools.admin.Application
-
Returns the desired API version for the current application, or
"none"
if no API version was used.
- 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 AppContext
for the main container.
- getAppEngineWebXml() - Method in class com.google.appengine.tools.admin.Application
-
Returns the AppEngineWebXml describing the application.
- getAppEngineWebXmlConfig() - Method in interface com.google.appengine.tools.development.ContainerService
-
Return the AppEngineWebXml configuration of this container
- getAppId() - Method in class com.google.appengine.tools.admin.Application
-
Returns the application identifier, from the AppEngineWebXml config
- getAppOptions() - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
- getAppVersionUploadClass() - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
- getAppYaml() - Method in class com.google.appengine.tools.admin.Application
-
Returns the app.yaml string.
- getBackendsXml() - Method in class com.google.appengine.tools.admin.Application
-
- getCause() - Method in class com.google.appengine.tools.admin.UpdateFailureEvent
-
Returns the cause, if any, for the operation failure.
- getClock() - Method in interface com.google.appengine.tools.development.ApiProxyLocal
-
- getCompileEncoding() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
- 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.
- getCurrentAppContext() - Method in interface com.google.appengine.tools.development.DevAppServer
-
Returns the AppContext
corresponding to the HTTP request (or
background thread) associated with the current thread, or null
if
the current thread is not associated with any HTTP request (or background
thread).
- 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 operation process.
- getDetails() - Method in class com.google.appengine.tools.admin.UpdateSuccessEvent
-
Returns the detailed output from the operation process.
- getDir() - Method in class com.google.appengine.tools.enhancer.EnhancerTask
-
Gets the root dir for looking for files
- getDispatchXml() - Method in class com.google.appengine.tools.admin.Application
-
- getDosXml() - Method in class com.google.appengine.tools.admin.Application
-
Returns the DosXml describing the applications' DoS entries.
- getErrorHandlers() - Method in class com.google.appengine.tools.admin.Application
-
- getFailureMessage() - Method in class com.google.appengine.tools.admin.UpdateFailureEvent
-
Returns the failure message for the operation.
- 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.
- getHostName() - Method in interface com.google.appengine.tools.development.ContainerService
-
Returns the host name of the module instance, however it's decided during the
the servlet container deployment.
- getIndexesXml() - Method in class com.google.appengine.tools.admin.Application
-
Returns the IndexesXml describing the applications' indexes.
- getInstanceClass() - Method in class com.google.appengine.tools.admin.Application
-
- getJarSplittingExcludes() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Returns the set of suffixes of filenames that should be excluded when
splitting jars.
- getJavaCompiler() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Returns an appropriate "javac" executable.
- getJavaExecutable() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Returns an appropriate "java" executable.
- 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.
- getMimeTypeIfStatic(String) - Method in class com.google.appengine.tools.admin.Application
-
- getModule() - Method in class com.google.appengine.tools.admin.Application
-
- getNextTimesIterator() - Method in interface com.google.appengine.tools.admin.CronEntry
-
Returns an iterator over upcoming execution times.
- getOauthToken() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
-
Returns the OAuth 2.0 token being used for authentication, or null
if none.
- getOptionalToolsLib(String) - Static method in class com.google.appengine.tools.info.SdkInfo
-
- getOptionalToolsLibs() - Static method in class com.google.appengine.tools.info.SdkInfo
-
Returns all optional tools libraries for the SDK.
- getOptionalUserLib(String) - Static method in class com.google.appengine.tools.info.SdkInfo
-
- getOptionalUserLibs() - Static method in class com.google.appengine.tools.info.SdkInfo
-
Returns all optional user libraries for the SDK.
- getPagespeedYaml() - Method in class com.google.appengine.tools.admin.Application
-
Returns the pagespeed.yaml describing the applications' PageSpeed configuration.
- 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 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.
- getResourceLimits() - Method in interface com.google.appengine.tools.admin.AppAdmin
-
Gets the resource limits.
- getRetainUploadDir() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
-
Returns true
if the upload directory should not be deleted.
- getRuntime() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Returns the runtime id.
- getSchedule() - Method in interface com.google.appengine.tools.admin.CronEntry
-
Returns the schedule of this cron entry.
- getSdkDocsDir() - Static method in class com.google.appengine.tools.admin.Application
-
- 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.
- getSdkVersion() - Static method in class com.google.appengine.tools.admin.Application
-
- 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.
- getServiceProperties() - Method in interface com.google.appengine.tools.development.ContainerService
-
Get a set of properties to be passed to each service, based on the
AppEngineWebXml configuration.
- getServiceProperties() - Method in interface com.google.appengine.tools.development.DevAppServer
-
Get the properties that are used by the local services to
configure themselves.
- 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.
- getSourceLanguage() - Method in class com.google.appengine.tools.admin.Application
-
- 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.
- getUpdateOptions() - Method in interface com.google.appengine.tools.admin.AppAdmin
-
- getUrl() - Method in interface com.google.appengine.tools.admin.CronEntry
-
Returns the application URL invoked by this cron entry.
- getUsePersistedCredentials() - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
-
Returns whether to use persisted credentials (load/save to/from disk).
- 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
-
- getUserLibs() - Static method in class com.google.appengine.tools.info.SdkInfo
-
- 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.
- gracefulShutdown() - Method in interface com.google.appengine.tools.development.DevAppServer
-
Shut down the server after all outstanding requests have completed.
- guessContentTypeFromName(String) - Static method in class com.google.appengine.tools.admin.Application
-
- 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
-
- setAllowAnyRuntime(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Sets whether to skip validation of the runtime id provided by the user.
- setAllowAnyRuntime(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Enables or disables validation of the runtime id provided by the user.
- setApi(String) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
-
set API Adapter
- setApiProxyDelegate(<any>) - Method in interface com.google.appengine.tools.development.ContainerService
-
Sets the com.google.apphosting.api.ApiProxy.Delegate
.
- 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.
- setBackendState(String, BackendsXml.State) - Method in interface com.google.appengine.tools.admin.AppAdmin
-
Update the state of the backend with the specified name to newState
.
- setBatchMode(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Requests we do upload using batch
*
- 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.ApplicationProcessingOptions
-
- 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.
- setDatanucleusVersion(String) - Method in class com.google.appengine.tools.enhancer.Enhancer
-
Sets the version of datanucleus to use for enhancement.
- setDefaultVersion() - Method in interface com.google.appengine.tools.admin.AppAdmin
-
Sends a synchronous request to update the application's default version.
- setDeleteJSPs(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Sets whether we should delete the JSP source files.
- setDeleteJSPs(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Deletes or not the JSPs source files.
- setDestination(File) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
-
set output directory
- setDetailsWriter(PrintWriter) - Method in class com.google.appengine.tools.admin.Application
-
- 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
- setExternalResourceDir(String) - Method in class com.google.appengine.tools.admin.Application
-
Sets the external resource directory.
- setFailOnPrecompilationError(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Sets whether to abort an update in case precompilation fails.
- setFailOnPrecompilationError(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Enables or disables treating (repeated) precompilation errors as fatal when
updating an application.
- 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
- setJarClasses(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Sets whether we should jar the WEB-INF/classes content.
- setJarClassessEnabled(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Enables or disables jarring WEB-INF/classes content.
- setJarJSPs(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Sets whether we should jar the classes generated from JSPs.
- setJarJSPsEnabled(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Enables or disables jarring classes generated from JSPs.
- 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.
- setListener(UpdateListener) - Method in class com.google.appengine.tools.admin.Application
-
- setOauthToken(String) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
-
Sets the OAuth 2.0 token to use for authentication (instead of requiring
a username and password).
- 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.
- setRuntime(String) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Sets the runtime id.
- setRuntime(String) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Sets the runtime id to use in the generated app.yaml descriptor.
- 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.
- setSdkRoot(File) - Static method in class com.google.appengine.tools.info.SdkInfo
-
Explicitly specifies the path to the root of the 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.
- setUsePersistedCredentials(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ConnectOptions
-
Sets whether to use persisted credentials (load/save to/from disk).
- 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 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.
- splitJars(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory.ApplicationProcessingOptions
-
Sets whether we should split large jar files.
- 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
-
- startModuleVersion() - Method in interface com.google.appengine.tools.admin.AppAdmin
-
Start the specified module version.
- 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.
- stopModuleVersion() - Method in interface com.google.appengine.tools.admin.AppAdmin
-
Stop the specified module version.
- SupportInfo - Class in com.google.appengine.tools.info
-
Provides support information for the SDK.