- 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 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.
- 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 class com.google.appengine.tools.development.AbstractContainerService
-
- 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
-
- 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
-
- 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.
- getEmail() - Method in class com.google.appengine.tools.development.AbstractContainerService.LocalInitializationEnvironment
-
- 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.
- getHostName() - Method in class com.google.appengine.tools.development.AbstractContainerService
-
- 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
-
- 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.
- 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.
- 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
-
- getPortMapping() - Method in interface com.google.appengine.tools.development.AbstractContainerService.PortMappingProvider
-
- 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.
- getRuntime() - Method in class com.google.appengine.tools.admin.Application
-
Returns the desired runtime for the current application.
- getSchedule() - Method in interface com.google.appengine.tools.admin.CronEntry
-
Returns the schedule of this cron entry.
- getScrubbedAppEngineWebXml() - Method in class com.google.appengine.tools.admin.Application
-
Modified app.yaml for Cloud SDK deployment.
- getSdkDocsDir() - Static method in class com.google.appengine.tools.admin.Application
-
- 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
-
- getService(String) - Method in interface com.google.appengine.tools.development.ApiProxyLocal
-
Get the LocalRpcService identified by the given package.
- getServiceProperties() - Method in class com.google.appengine.tools.development.AbstractContainerService
-
- 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.
- getStagingDir() - Method in class com.google.appengine.tools.admin.Application
-
Returns the staging directory, or null if none has been created.
- getStagingOptions(ApplicationProcessingOptions) - Method in class com.google.appengine.tools.admin.Application
-
Gets the effective staging options from global defaults, appengine-web.xml and flags, in
ascending order of precedence.
- 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.
- 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
-
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 class com.google.appengine.tools.development.AbstractContainerService
-
- setApiProxyDelegate(<any>) - Method in interface com.google.appengine.tools.development.ContainerService
-
Sets the com.google.apphosting.api.ApiProxy.Delegate.
- 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.
- 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.
- setDatanucleusVersion(String) - Method in class com.google.appengine.tools.enhancer.Enhancer
-
Sets the version of datanucleus to use for enhancement.
- setDefaultStagingOptions(StagingOptions) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Replaces the default staging options to this application options.
- 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
-
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.
- setIf(String) - Method in class com.google.appengine.tools.enhancer.EnhancerTask
-
Executes this task only if the property is set
- 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
-
- 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.
- setQuickstart(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
- setRuntime(String) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Sets the runtime id to use in the generated app.yaml descriptor.
- setSdkRoot(File) - Static method in class com.google.appengine.tools.info.SdkInfo
-
Explicitly specifies the path to the root of the SDK.
- 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.
- setStagingOptions(StagingOptions) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Replaces the staging options to this application options.
- 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.
- setUseAsyncQuickstart(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
Use the Async quickstart generator.
- setUseJava8(boolean) - Method in class com.google.appengine.tools.admin.AppAdminFactory
-
- 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.
- stageApplicationWithDefaultResourceLimits(File) - Method in interface com.google.appengine.tools.admin.AppAdmin
-
Stage an application directory with default resource limits
- stageApplicationWithRemoteResourceLimits(File) - Method in interface com.google.appengine.tools.admin.AppAdmin
-
Stage an application directory with remote resource limits
- 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
-
- 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.